Moved home.nix to home-xps13.nix

This commit is contained in:
2025-08-20 09:19:17 -04:00
parent 0e31288e07
commit f8a93387f5
3 changed files with 23 additions and 10 deletions

View File

@@ -45,7 +45,7 @@
home-manager.sharedModules = [ {nixpkgs.overlays = overlays;} ];
home-manager.users.th3r00t = {
imports = [
./home.nix
./home-xps13.nix
nix-index-database.homeModules.nix-index
];
};