aboutsummaryrefslogtreecommitdiff
path: root/modules/packages.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-22 01:25:32 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-22 01:25:32 +0530
commit1ea3c72321a83143591bd4e9989da94798c2d71b (patch)
treea3d584226f176ad6b7e71fff5e646216d0dff63d /modules/packages.nix
parente8344d9f10cc3313c69dc9717d02602645048c1a (diff)
downloadhomeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.tar.gz
homeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.zip
Add immish dashboard link + refactor stuff
Diffstat (limited to '')
-rw-r--r--modules/packages.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/packages.nix b/modules/packages.nix
new file mode 100644
index 0000000..a596fc1
--- /dev/null
+++ b/modules/packages.nix
@@ -0,0 +1,11 @@
+{ pkgs, ... }:
+{
+ environment.systemPackages = with pkgs; [
+ bottom
+ mtm
+ neovim
+ lf
+ util-linux
+ dig
+ ];
+}