mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
feat: added nix dev tool
This commit is contained in:
parent
b6cb128b5f
commit
da776eea73
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue