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 ./audio.nix
./eduroam.nix ./eduroam.nix
./home ./home
./media
./dm.nix ./dm.nix
./tlp.nix ./tlp.nix
./locale.nix ./locale.nix

View file

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

View file

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

View file

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