From e15a3bb943b426453ef35928eb759d9408d0b509 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sat, 14 Mar 2026 12:20:56 +0000 Subject: [PATCH] Removed theming from hyprland.nix --- Droidnix/README.org | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index f6325ec59..786b2c63d 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -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 = {