add moduels for solaris

This commit is contained in:
FabricSoul 2025-08-09 14:25:48 -04:00
parent 846320eb55
commit 8cd198f1d5
5 changed files with 66 additions and 24 deletions

View file

@ -15,6 +15,7 @@
../common/optional/bluetooth.nix
../common/optional/kmonad.nix
../common/optional/auto-cpufreq.nix
];
# Bootloader
@ -33,7 +34,7 @@
users.users.fabric = {
isNormalUser = true;
description = "fabric";
extraGroups = ["networkmanager" "wheel" "docker"];
extraGroups = ["networkmanager" "wheel" "video"];
shell = pkgs.zsh;
};
@ -66,5 +67,8 @@
foot
usbutils
ntfs3g
powertop
];
powerManagement.powertop.enable = true;
}