diff options
author | Frankie B <git@diskfloppy.me> | 2023-05-08 17:53:51 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-05-08 17:53:51 +0100 |
commit | 72a98e4d5578e6486ffe5d4fcc4881cf0c17563a (patch) | |
tree | c92d6962443435160feda7d90c26dcf2b3870794 | |
parent | 3655af37104c82b2c925e3d2dc1b9079b9617f83 (diff) |
Add pciutils and htop to nixbox config
-rw-r--r-- | hosts/nixbox/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix index 8fc90a4..c09c87c 100644 --- a/hosts/nixbox/configuration.nix +++ b/hosts/nixbox/configuration.nix @@ -116,6 +116,8 @@ kitty ntfs3g dolphin-emu + htop + pciutils ]; programs.fish.enable = true; |