This commit is contained in:
2025-04-21 11:49:49 +08:00
parent 2c7b683aa3
commit 1d144057ef
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ in
home-manager.extraSpecialArgs = {
inherit inputs outputs hostname username hyprland sysversion;
};
home-manager.users."${username}" = import "${self}/home/desktop";
home-manager.users."${username}" = import "${self}/home/desktop.nix";
}
];

View File

@@ -28,7 +28,7 @@ in
home-manager.extraSpecialArgs = {
inherit inputs outputs hostname username hyprland sysversion;
};
home-manager.users."${username}" = import "${self}/home/desktop";
home-manager.users."${username}" = import "${self}/home/desktop.nix";
}
];