wildfire: 169 current 2025-06-18 11:24:29 25.05.20250615.6c64dab 6.15.2 *

refactor home-manager files and config imports
This commit is contained in:
2025-06-18 11:24:32 +02:00
parent 67ada5577d
commit 14c54edd10
8 changed files with 63 additions and 47 deletions

View File

@ -3,6 +3,21 @@
inputs,
...
}: {
imports = [
inputs.home-manager.nixosModules.home-manager
];
# Home Manager configuration
home-manager = {
backupFileExtension = "backupHM";
useGlobalPkgs = true;
useUserPackages = true;
users.schulze.imports = [
./home/hyprland.nix
./home/home-manager.nix
];
};
# Define the main user account
users = {
users.schulze = {