diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-22 01:25:32 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-22 01:25:32 +0530 |
| commit | 1ea3c72321a83143591bd4e9989da94798c2d71b (patch) | |
| tree | a3d584226f176ad6b7e71fff5e646216d0dff63d /modules/packages.nix | |
| parent | e8344d9f10cc3313c69dc9717d02602645048c1a (diff) | |
| download | homeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.tar.gz homeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.zip | |
Add immish dashboard link + refactor stuff
Diffstat (limited to 'modules/packages.nix')
| -rw-r--r-- | modules/packages.nix | 11 |
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 + ]; +} |
