summaryrefslogtreecommitdiff
path: root/nixos/modules/features/monitoring
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features/monitoring')
-rw-r--r--nixos/modules/features/monitoring/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/modules/features/monitoring/default.nix b/nixos/modules/features/monitoring/default.nix
new file mode 100644
index 0000000..df0a937
--- /dev/null
+++ b/nixos/modules/features/monitoring/default.nix
@@ -0,0 +1,11 @@
+{ pkgs, ... }:
+
+{
+ environment.systemPackages = with pkgs; [
+ (btop.override { cudaSupport = true; })
+ duf
+ fastfetch
+ ghfetch
+ hyfetch
+ ];
+} \ No newline at end of file