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