aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/home.nix b/home.nix
index f6e8d0c..271401c 100644
--- a/home.nix
+++ b/home.nix
@@ -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";