Redid setup

This commit is contained in:
Weckyy702
2026-01-14 00:14:24 +01:00
parent 7fd9d83ce1
commit a561aa45e9
7 changed files with 379 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = specialArgs;
home-manager.users.${username} = import ./home.nix;
home-manager.users.${username} = import ./home/home.nix;
}
];
};