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/tig.nix
|
||||
../secrets/ssh-config.nix
|
||||
] ++ lib.optionals (config.networking.hostName == "jimbo") [
|
||||
modules/kanshi.nix
|
||||
] ++ lib.optionals (config.networking.hostName == "milhouse") [
|
||||
] ++ lib.optionals (config.networking.hostName == "smithers") [
|
||||
modules/kanshi.nix
|
||||
];
|
||||
|
||||
|
@ -155,11 +153,6 @@ in
|
|||
defaultTimeout = 5000;
|
||||
};
|
||||
|
||||
services.kanshi = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
|
||||
services.gammastep = {
|
||||
enable = true;
|
||||
tray = true;
|
||||
|
|
Loading…
Reference in a new issue