treewide: remove variables from pkgs
This commit is contained in:
parent
36a717072a
commit
2f67b084d2
38 changed files with 60 additions and 64 deletions
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
inherit (pkgs.uservars)
|
||||
inherit (config.my)
|
||||
key
|
||||
accent
|
||||
font
|
||||
|
@ -24,7 +24,7 @@ in
|
|||
./swaylock.nix
|
||||
./theme.nix
|
||||
];
|
||||
config = lib.mkIf (pkgs.uservars.desktop == "sway") {
|
||||
config = lib.mkIf (config.my.desktop == "sway") {
|
||||
services.mako.enable = true;
|
||||
services.swayidle.enable = true;
|
||||
services.kanshi.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue