Consolidate GNOME config into single settings/gnome.nix module

Merge home-manager GNOME settings (dconf, keybinds, GTK CSS, wallpaper)
from gnome-hm.nix into settings/gnome.nix so the entire DE config lives
in one file and can be toggled with a single import.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-09 14:35:56 +01:00
parent b9ddffbb7c
commit c4aa481b38
3 changed files with 102 additions and 106 deletions

View file

@ -27,6 +27,4 @@
gtk-titlebar = false
'';
# Import gnome home manager config
imports = [ ./gnome-hm.nix ];
}