feat: added nix dev tool

This commit is contained in:
kity 2025-04-11 23:09:04 +02:00
parent b6cb128b5f
commit da776eea73

View file

@ -5,8 +5,7 @@
builtins.elem (lib.getName pkg) [
"terraform"
];
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [
neovim
kitty
@ -16,6 +15,7 @@
direnv
zoxide
git-crypt
nil
];
programs.direnv = {