mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 20:03:10 +00:00
22 lines
347 B
Nix
22 lines
347 B
Nix
{...}: {
|
|
imports = [
|
|
./bat.nix
|
|
./claude.nix
|
|
./codex.nix
|
|
./gcloud.nix
|
|
./gh.nix
|
|
./ghostty.nix
|
|
./git.nix
|
|
./karabiner.nix
|
|
./k9s.nix
|
|
./lazygit.nix
|
|
./nvim.nix
|
|
./rectangle.nix
|
|
./tmux.nix
|
|
./zsh.nix
|
|
];
|
|
|
|
home.stateVersion = "24.11";
|
|
programs.home-manager.enable = true;
|
|
xdg.enable = true;
|
|
}
|