refactor: small updates

nixos
Moritz Böhme 2024-08-30 10:29:17 +02:00
parent f72096b717
commit 6487394f14
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
3 changed files with 3 additions and 4 deletions

View File

@ -141,8 +141,8 @@
# SERVICES # SERVICES
services = { services = {
xserver.libinput.enable = true; libinput.enable = true;
xserver.libinput.touchpad.disableWhileTyping = true; libinput.touchpad.disableWhileTyping = true;
printing.enable = true; printing.enable = true;
logind.lidSwitch = "hybrid-sleep"; logind.lidSwitch = "hybrid-sleep";
}; };

View File

@ -9,7 +9,7 @@ in
(import ./_catppuccin.nix (import ./_catppuccin.nix
{ {
inherit config lib pkgs; inherit config lib pkgs;
flavor = "mocha"; flavor = "macchiato";
rosewater = "f4dbd6"; rosewater = "f4dbd6";
flamingo = "f0c6c6"; flamingo = "f0c6c6";
pink = "f5bde6"; pink = "f5bde6";

View File

@ -120,7 +120,6 @@ in
sha256 = "sha256-S/1oUj9Aj6BElNTsDY8CTcKtS1j7Gl54JFgCywH05pg="; sha256 = "sha256-S/1oUj9Aj6BElNTsDY8CTcKtS1j7Gl54JFgCywH05pg=";
}) })
]; ];
}); });
# start using systemd service # start using systemd service