home-manager: fix laptop names and remove default kanshi installation

This commit is contained in:
fleaz 2024-04-17 00:07:00 +02:00
parent 286af02f41
commit f91ba323d6
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -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;