home(gnome): disable theme
This commit is contained in:
parent
c754742a3a
commit
24e5dac2fe
3 changed files with 55 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue