do some moving

This commit is contained in:
Schrottkatze 2025-03-27 20:06:54 +01:00
parent 9379b9c61b
commit 49298541e5
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
40 changed files with 13 additions and 16 deletions

View file

@ -3,7 +3,6 @@
./audio.nix
./eduroam.nix
./home
./media
./dm.nix
./tlp.nix
./locale.nix

View file

@ -38,18 +38,17 @@
dunst.enable = false;
wofi.enable = false;
};
};
gtk = {
enable = true;
cursorTheme = {
package = pkgs.phinger-cursors;
name = "phinger-cursors";
size = 30;
};
iconTheme = {
package = pkgs.gruvbox-dark-icons-gtk;
name = "gruvbox-dark-icons";
gtk = {
enable = true;
cursorTheme = {
package = pkgs.phinger-cursors;
name = "phinger-cursors";
size = 30;
};
iconTheme = {
package = pkgs.gruvbox-dark-icons-gtk;
name = "gruvbox-dark-icons";
};
};
};
}

View file

@ -4,8 +4,9 @@
./desktop
./hardware
./firewall.nix
./desktop-environment
./de
./input
./media
./graphics.nix
];
}

View file

@ -7,10 +7,8 @@
with lib; {
imports = [
./gaming.nix
# TODO: more fine grained choices, not every setup needs fspy or rawtherapee
./syncthing.nix
./kdeconnect.nix
./themeing.nix
./networking.nix
./social.nix
];