Adapting theme.css

This commit is contained in:
2026-03-17 10:36:28 +00:00
parent f150161d7d
commit 3c994623b9
3 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -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 = "";
};
@@ -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";
};
}