From 2bf5a9a189661ea8c18f2fbaf62e0e5f8df67eb3 Mon Sep 17 00:00:00 2001 From: chase Date: Fri, 30 May 2025 19:06:59 -0400 Subject: [PATCH] 132 current 2025-05-30 00:40:53 25.11.20250527.4faa5f5 6.15.0 * --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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;