mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-21 09:01:22 +00:00
phase-1
This commit is contained in:
parent
f38c272269
commit
1dc4ed5f1a
20 changed files with 349 additions and 112 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue