aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 14:16:22 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 14:16:22 +0530
commitc20179f1afc29be2ef3ee32011cbc097bc70f771 (patch)
tree6d601e759040d6e5843b1910c21bc1b17c63b231 /home.nix
parent62672163af7f58bac1607e3b33c59dd5ead0c52d (diff)
downloadodysseus-c20179f1afc29be2ef3ee32011cbc097bc70f771.zip
odysseus-c20179f1afc29be2ef3ee32011cbc097bc70f771.tar.gz
better organization and tmux
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";