Added impermanence to home manager

This commit is contained in:
2026-06-30 00:27:15 +02:00
parent f1c99682ac
commit a0f6f9052b
9 changed files with 93 additions and 111 deletions
-6
View File
@@ -8,12 +8,6 @@ in
packages = with pkgs; [
adwaita-icon-theme
];
#pointerCursor = {
# gtk.enable = true;
# name = "catppuccin-mocha-sapphire-cursors";
# package = pkgs.catppuccin-cursors.mochaSapphire;
# size = 24;
#};
file = {
".config/gtk-4.0/gtk.css".source = "${theme}/share/themes/${theme_name}/gtk-4.0/gtk.css";
".config/gtk-4.0/gtk-dark.css".source = "${theme}/share/themes/${theme_name}/gtk-4.0/gtk-dark.css";