mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-21 16:01:12 +00:00
config
This commit is contained in:
parent
f74819de9d
commit
02c996d21a
11 changed files with 592 additions and 99 deletions
|
|
@ -15,16 +15,11 @@ in {
|
|||
|
||||
home.file.".aerospace.toml".source = link "aerospace/.aerospace.toml";
|
||||
|
||||
home.file.".gitconfig".source = link "git/.gitconfig";
|
||||
|
||||
home.file.".zshenv".source = link "zsh/.zshenv";
|
||||
home.file.".zshrc".source = link "zsh/.zshrc";
|
||||
|
||||
home.file.".config/nvim".source = link "nvim/.config/nvim";
|
||||
|
||||
home.file.".config/tmux/tmux.conf".source = link "tmux/.config/tmux/tmux.conf";
|
||||
home.file.".config/tmux/session-list.sh".source = link "tmux/.config/tmux/session-list.sh";
|
||||
|
||||
home.file.".config/karabiner/karabiner.json".source =
|
||||
link "karabiner/.config/karabiner/karabiner.json";
|
||||
|
||||
|
|
@ -36,9 +31,6 @@ in {
|
|||
home.file.".codex/AGENTS.md".source = link "codex/.codex/AGENTS.md";
|
||||
home.file.".codex/config.toml".source = link "codex/.codex/config.toml";
|
||||
|
||||
home.file."Library/Application Support/com.mitchellh.ghostty/config".source =
|
||||
link "ghostty/Library/Application Support/com.mitchellh.ghostty/config.ghostty";
|
||||
|
||||
home.file."Library/Application Support/lazygit/config.yml".source =
|
||||
link "lazygit/Library/Application Support/lazygit/config.yml";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue