mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
add moduels for solaris
This commit is contained in:
parent
846320eb55
commit
8cd198f1d5
5 changed files with 66 additions and 24 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue