Removed theming from hyprland.nix

This commit is contained in:
2026-03-14 12:20:56 +00:00
parent 06a87da933
commit e15a3bb943
+2 -11
View File
@@ -805,18 +805,9 @@ in
home.homeDirectory =
config.home-manager.users.${user.username}.homeDirectory or "/home/${user.username}";
wayland.windowManager.hyprland = {
enable = true;
shell = {
enable = true;
# Example: Set colors to match Catppuccin Mocha
colors = {
background = "#1e1e2e"; # base
foreground = "#cdd6f4"; # text
cursor = "#f5e0dc"; # rosewater
# Add more colors as needed (see Catppuccin Mocha palette)
};
};
};
};
# Ensure the Hyprland config directory exists
xdg.configFile = {