home(gnome): disable theme

This commit is contained in:
514fpv 2024-07-29 19:56:16 +08:00
parent 3dd4201a3e
commit 1f92eab5e2
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
3 changed files with 55 additions and 18 deletions

View file

@ -7,12 +7,13 @@ in mkIf cfg.enable {
home.packages =
with pkgs.gnome;
with pkgs.gnomeExtensions; [
# gnome
pkgs.gnome-terminal
# gnomeExtensions
dash-to-panel
dash-to-dock
appindicator
];
catppuccin.enable = mkForce false;
home.pointerCursor = mkForce null;
gtk.enable = false;
}