diff options
author | Frankie B <git@diskfloppy.me> | 2023-05-20 21:12:56 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-05-20 21:12:56 +0100 |
commit | 2908fea6a77e6f4f147c01391267c1367370a297 (patch) | |
tree | defa79e043fdb4971f6dcd0a350fcc61f5dd6fe2 | |
parent | 11b85060082520b3fa89edebddd1580b61935e69 (diff) |
Add packages to nixbox config
-rw-r--r-- | hosts/nixbox/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix index c09c87c..0ab39e1 100644 --- a/hosts/nixbox/configuration.nix +++ b/hosts/nixbox/configuration.nix @@ -118,6 +118,12 @@ dolphin-emu htop pciutils + usbutils + isoimagewriter + jdk17 + prismlauncher + maven + nvtop ]; programs.fish.enable = true; |