Add env file

This commit is contained in:
2026-02-17 15:22:31 +01:00
parent d3dd555895
commit ce81e66652
8 changed files with 94 additions and 17 deletions
+1
View File
@@ -19,6 +19,7 @@
# Nix & languages env deps
home.env.nix.enable = true;
home.env.rust.enable = true;
# No Home Application Folders
targets.darwin.linkApps.enable = false;
+1 -3
View File
@@ -13,13 +13,11 @@
};
# Shell apps
home.shell.nh.enable = true;
home.shell.zsh.enable = true;
home.shell.git.enable = true;
home.shell.neovim.enable = true;
home.shell.nh.enable = true;
home.shell.env.enable = true;
# Code editor
home.ide.zed.enable = true;