diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-01-05 04:22:04 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-01-05 04:22:04 +0300 |
commit | 5e81e4814d6da25ce8531baf0bc2d23da7fc26b3 (patch) | |
tree | cd887f80d9f98d42db556b4a42bcb8d5faa91c84 /modules/nixos/profiles/headful.nix | |
parent | 2022-12-17 (diff) |
2023-01-05
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/profiles/headful.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/nixos/profiles/headful.nix b/modules/nixos/profiles/headful.nix index d15f004..2d37b47 100644 --- a/modules/nixos/profiles/headful.nix +++ b/modules/nixos/profiles/headful.nix @@ -77,10 +77,7 @@ in { psd.enable = true; }; - environment.systemPackages = with pkgs; [ - ethtool - nethogs - ]; + environment.systemPackages = with pkgs; [lm_sensors]; my.extraGroups = ["audio" "video" "input"]; }; |