diff options
author | sefidel <contact@sefidel.net> | 2022-01-20 16:37:56 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-20 16:37:56 +0900 |
commit | 2aa87aa1d171724268c665719420b3f700a3b62b (patch) | |
tree | d7aa387b0204dbf140623cd9a52b335b006317d6 /home/profiles/base | |
parent | dc8c63666d0065dd2771c7fa3a897d5c35dd1252 (diff) | |
download | nixrc-2aa87aa1d171724268c665719420b3f700a3b62b.tar.gz nixrc-2aa87aa1d171724268c665719420b3f700a3b62b.zip |
home: add useful tools
Diffstat (limited to 'home/profiles/base')
-rw-r--r-- | home/profiles/base/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 8b0b932..3c838b9 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -63,7 +63,9 @@ in home.keyboard.layout = "us"; home.packages = [ + pkgs.bottom pkgs.hydra-check + pkgs.procs pkgs.sops neovim |