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