diff options
Diffstat (limited to 'modules/profiles/headful.nix')
-rw-r--r-- | modules/profiles/headful.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix index 256ec25..3a795f1 100644 --- a/modules/profiles/headful.nix +++ b/modules/profiles/headful.nix @@ -130,8 +130,10 @@ in time.timeZone = "Europe/Moscow"; environment.systemPackages = with pkgs; [ + brightnessctl lm_sensors usbutils + wirelesstools ]; my.extraGroups = [ |