Removed theming from hyprland.nix
This commit is contained in:
+2
-11
@@ -805,18 +805,9 @@ in
|
|||||||
home.homeDirectory =
|
home.homeDirectory =
|
||||||
config.home-manager.users.${user.username}.homeDirectory or "/home/${user.username}";
|
config.home-manager.users.${user.username}.homeDirectory or "/home/${user.username}";
|
||||||
|
|
||||||
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
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
|
# Ensure the Hyprland config directory exists
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
|
|||||||
Reference in New Issue
Block a user