home-manager: fix laptop names and remove default kanshi installation
This commit is contained in:
parent
286af02f41
commit
f91ba323d6
|
@ -28,9 +28,7 @@ in
|
||||||
modules/manual.nix
|
modules/manual.nix
|
||||||
modules/tig.nix
|
modules/tig.nix
|
||||||
../secrets/ssh-config.nix
|
../secrets/ssh-config.nix
|
||||||
] ++ lib.optionals (config.networking.hostName == "jimbo") [
|
] ++ lib.optionals (config.networking.hostName == "smithers") [
|
||||||
modules/kanshi.nix
|
|
||||||
] ++ lib.optionals (config.networking.hostName == "milhouse") [
|
|
||||||
modules/kanshi.nix
|
modules/kanshi.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -155,11 +153,6 @@ in
|
||||||
defaultTimeout = 5000;
|
defaultTimeout = 5000;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.kanshi = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
services.gammastep = {
|
services.gammastep = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tray = true;
|
tray = true;
|
||||||
|
|
Loading…
Reference in a new issue