chore: work on modularization of config

This commit is contained in:
DashieTM 2024-04-17 13:00:14 +02:00
parent ab897f750d
commit 850454a6c6
16 changed files with 300 additions and 94 deletions

View file

@ -55,6 +55,14 @@
filesystems=xdg-config/gtk-3.0;xdg-config/gtk-4.0
'';
dconf.settings = {
"org/gnome/desktop/interface" = {
gtk-theme = "adw-gtk3";
cursor-theme = "Bibata-Modern-Classic";
cursor-size = 24;
};
};
programs.nix-index =
{
enable = true;