desktop/niri: nest programs
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -66,8 +66,11 @@ in {
|
|||||||
platformTheme.name = "gtk3";
|
platformTheme.name = "gtk3";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.walker = import ./programs/walker {inherit config inputs pkgs;};
|
programs = {
|
||||||
programs.waybar = import ./programs/waybar {inherit config colors getExe ifLaptop pkgs;};
|
walker = import ./programs/walker {inherit config inputs pkgs;};
|
||||||
|
waybar = import ./programs/waybar {inherit config colors getExe ifLaptop pkgs;};
|
||||||
|
};
|
||||||
|
|
||||||
xdg.configFile.niri = import ./niri.nix {inherit config hostName launcher lockscreen;};
|
xdg.configFile.niri = import ./niri.nix {inherit config hostName launcher lockscreen;};
|
||||||
services = import ./services {inherit pkgs lockscreen getExe perSystem;};
|
services = import ./services {inherit pkgs lockscreen getExe perSystem;};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user