[feat] Only add swayosd on linux

This commit is contained in:
uttarayan21
2024-03-04 22:37:10 +05:30
parent 7c4ad7fcc7
commit 8f3cc80e6a
5 changed files with 33 additions and 23 deletions

View File

@@ -8,8 +8,14 @@
];
security.polkit.enable = true;
security.pam.services.greetd.enableGnomeKeyring = true;
services.mullvad-vpn.enable = true;
services.resolved.enable = true;
services.devmon.enable = true;
services.gvfs.enable = true;
services.udisks2.enable = true;
nix.settings.auto-optimise-store = true;
nix.gc.automatic = true;
@@ -20,6 +26,14 @@
enable = true;
pkiBundle = "/etc/secureboot";
};
boot.plymouth.enable = true;
boot.plymouth.theme = "catppuccin-mocha";
boot.plymouth.themePackages = with pkgs; [
(catppuccin-plymouth.override
{
variant = "mocha";
})
];
services.greetd =
let