This commit is contained in:
Harivansh Rathi 2026-03-30 21:13:10 -04:00
parent f38c272269
commit 1dc4ed5f1a
20 changed files with 349 additions and 112 deletions

View file

@ -4,6 +4,8 @@
./bat.nix
./eza.nix
./claude.nix
./xdg.nix
./security.nix
./codex.nix
./fzf.nix
./gcloud.nix
@ -25,4 +27,9 @@
home.stateVersion = "24.11";
programs.home-manager.enable = true;
xdg.enable = true;
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
}