diff --git a/configuration.nix b/configuration.nix index 092499e..bf04c96 100644 --- a/configuration.nix +++ b/configuration.nix @@ -71,6 +71,12 @@ portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; }; + # Catppuccin + catppuccin = { + enable = true; + flavor = "mocha"; + }; + # Enable graphics acceleration and AMDVLK hardware.graphics = { enable = true;