diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-08 22:34:38 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-08 22:42:43 +0530 |
commit | 9be7885aa63c865bb57b36f65884e5d336a09abc (patch) | |
tree | 160654b2161c5cc45ca1fab51b4d1cf702329999 /modules | |
parent | d91ce600ab53da44ee5919d038707e2690b1f6a9 (diff) |
common: clean up
Diffstat (limited to 'modules')
-rw-r--r-- | modules/dev.nix | 1 | ||||
-rw-r--r-- | modules/userdata.nix | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/modules/dev.nix b/modules/dev.nix index 7ce7845..398c6ba 100644 --- a/modules/dev.nix +++ b/modules/dev.nix @@ -3,6 +3,7 @@ { environment.systemPackages = with pkgs; [ shellcheck + git gnumake gcc nodePackages.bash-language-server diff --git a/modules/userdata.nix b/modules/userdata.nix index 9cd8139..136d807 100644 --- a/modules/userdata.nix +++ b/modules/userdata.nix @@ -5,6 +5,11 @@ let cfg = config.userdata; defaultPackages = with pkgs; [ + bc + unzip + htop + curl + file dig mtr nnn |