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"; }; }