diff options
author | sefidel <contact@sefidel.net> | 2024-08-15 01:59:52 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-15 01:59:52 +0900 |
commit | d53c6539982b3c5c0de91f476093ed95bd76f3ce (patch) | |
tree | ac3c84d20bf2dbec76571b0ad3628185a26587b5 /home | |
parent | df6eb03089fe16908ad44c015605dab5a9e54743 (diff) | |
download | nixrc-d53c6539982b3c5c0de91f476093ed95bd76f3ce.tar.gz nixrc-d53c6539982b3c5c0de91f476093ed95bd76f3ce.zip |
feat(home/base): add units
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/base/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index a7c7b6a..67aacf8 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -47,6 +47,7 @@ in pkgs.procs pkgs.sops pkgs.tree + pkgs.units pkgs.neovim # Common build tools |