Common/programs/btop: enable using home manager

This commit is contained in:
Toast 2023-12-15 12:52:31 +01:00
parent 1443e62ccd
commit 08df06dc26
2 changed files with 12 additions and 1 deletions

View file

@ -12,6 +12,7 @@
./git.nix
./starship.nix
./bat.nix
./btop.nix
];
# Some programs dont have a programs.*.enable option, so I install their package here
environment.systemPackages = with pkgs; [
@ -23,7 +24,6 @@
ncdu
tree
btdu
btop
iperf3
restic
];