do some moving
This commit is contained in:
parent
9379b9c61b
commit
49298541e5
40 changed files with 13 additions and 16 deletions
|
@ -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
|
|
@ -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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -4,8 +4,9 @@
|
||||||
./desktop
|
./desktop
|
||||||
./hardware
|
./hardware
|
||||||
./firewall.nix
|
./firewall.nix
|
||||||
./desktop-environment
|
./de
|
||||||
./input
|
./input
|
||||||
|
./media
|
||||||
./graphics.nix
|
./graphics.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue