diff options
author | polwex <polwex@sortug.com> | 2025-01-04 04:08:05 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-01-04 04:08:05 +0700 |
commit | 886532670b2d3f91f615a63f6b82f2512a641acc (patch) | |
tree | 8803d51ed2a341689202b0d3249ce5316ef6e4c0 /hosts/pkgs.nix | |
parent | 8ba8980c12a1fb05970dead6228ddc3129ff5868 (diff) |
m
Diffstat (limited to 'hosts/pkgs.nix')
-rw-r--r-- | hosts/pkgs.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/pkgs.nix b/hosts/pkgs.nix index 82acb52..db565ea 100644 --- a/hosts/pkgs.nix +++ b/hosts/pkgs.nix @@ -42,7 +42,7 @@ autossh #hardware problems lm_sensors - linuxKernel.packages.linux_latest_libre.cpupower + linuxKernel.packages.linux_hardened.cpupower # images imagemagick sxiv @@ -67,5 +67,8 @@ # electrum # yacreader nethogs + superhtml + sshfs + sxiv ]; } |