diff options
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -2,10 +2,11 @@ { imports = [ - ./config/git.nix - ./config/zsh.nix - ./config/starship.nix - ./config/ghostty.nix + ./home/git.nix + ./home/zsh.nix + ./home/tmux.nix + ./home/starship.nix + ./home/ghostty.nix ]; home.username = "swarn"; |
