From 3c994623b977c9134bd54a28aec68c8002b0843f Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 10:36:28 +0000 Subject: [PATCH] Adapting theme.css --- Droidnix/README.org | 5 +---- Droidnix/generated/hyprland/hyprland.nix | 2 +- .../generated/system/applications/terminal_shell/kitty.nix | 3 --- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index 797dc3b6d..7a3ee0011 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -745,7 +745,7 @@ in xdg.configFile = otherConfigs // { "hypr/hyprland.conf".text = '' ${builtins.readFile "${flakeRoot}/assets/hyprland/conf/hypr/hyprland.conf"} - # Your manual settings will go below this line and will not be overwritten + # Your manual settings will go below this line and will not be overwritten: ''; "hypr/.keep".text = ""; }; @@ -1384,9 +1384,6 @@ in xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [ (builtins.readFile "${flakeRoot}/assets/system/conf/kitty/kitty.conf") ]; - - # Copy the theme file - xdg.configFile."kitty/Catppuccin-Mocha.conf".source = "${flakeRoot}/assets/system/conf/kitty/Catppuccin-Mocha.conf"; }; } #+END_SRC diff --git a/Droidnix/generated/hyprland/hyprland.nix b/Droidnix/generated/hyprland/hyprland.nix index c6249dc00..303e46ad6 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -36,7 +36,7 @@ in xdg.configFile = otherConfigs // { "hypr/hyprland.conf".text = '' ${builtins.readFile "${flakeRoot}/assets/hyprland/conf/hypr/hyprland.conf"} - # Your manual settings will go below this line and will not be overwritten + # Your manual settings will go below this line and will not be overwritten: ''; "hypr/.keep".text = ""; }; diff --git a/Droidnix/generated/system/applications/terminal_shell/kitty.nix b/Droidnix/generated/system/applications/terminal_shell/kitty.nix index 6a3731900..b7ffd890f 100644 --- a/Droidnix/generated/system/applications/terminal_shell/kitty.nix +++ b/Droidnix/generated/system/applications/terminal_shell/kitty.nix @@ -12,8 +12,5 @@ in xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [ (builtins.readFile "${flakeRoot}/assets/system/conf/kitty/kitty.conf") ]; - - # Copy the theme file - xdg.configFile."kitty/Catppuccin-Mocha.conf".source = "${flakeRoot}/assets/system/conf/kitty/Catppuccin-Mocha.conf"; }; }