Add niri and rework graphical modules (monitors and targets) #6

Merged
nki merged 16 commits from niri into master 2025-01-17 10:51:26 +00:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 79c213bd64 - Show all commits

View file

@ -119,9 +119,6 @@ with lib;
# settings.experimental.per_monitor_dpi = "true";
# };
# Forward wallpaper settings to sway
programs.my-sway.wallpaper = config.linux.graphical.wallpaper;
};
}

View file

@ -63,7 +63,7 @@ in
wallpaper = mkOption {
type = types.oneOf [ types.path types.str ];
description = "Path to the wallpaper to be used";
default = "";
default = config.linux.graphical.wallpaper;
};
terminal = mkOption {
type = types.str;