Trim host roles module to only special host-specific roles and avoid duplicates with workstation/home role modules
This commit is contained in:
parent
246ba0f75f
commit
c022019252
1 changed files with 0 additions and 7 deletions
|
|
@ -1,12 +1,5 @@
|
||||||
{ lib, ... }: {
|
{ lib, ... }: {
|
||||||
options.roles = {
|
options.roles = {
|
||||||
games = { enable = lib.mkEnableOption "Gaming packages and Steam"; };
|
|
||||||
kvm = { enable = lib.mkEnableOption "Virtualization support (libvirtd, waydroid)"; };
|
|
||||||
kmscon = { enable = lib.mkEnableOption "Console improvements"; };
|
|
||||||
auto-cpufreq = { enable = lib.mkEnableOption "CPU power management"; };
|
|
||||||
tlp = { enable = lib.mkEnableOption "TLP power management"; };
|
|
||||||
wine = { enable = lib.mkEnableOption "Wine for Windows compatibility"; };
|
|
||||||
|
|
||||||
# Window manager selection
|
# Window manager selection
|
||||||
wm = lib.mkOption {
|
wm = lib.mkOption {
|
||||||
type = lib.types.enum ["sway" "gnome" "none"];
|
type = lib.types.enum ["sway" "gnome" "none"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue