Move common hm module for mac

This commit is contained in:
Arnie 2025-01-05 23:15:57 +01:00
parent 5751958cad
commit a5e87e0487

View File

@ -185,7 +185,6 @@
"keepassxc"
];
}
./modules/common.nix
home-manager.darwinModules.home-manager
{
home-manager = {
@ -193,9 +192,11 @@
useUserPackages = true;
users.lcech.imports = [
mac-app-util.homeManagerModules.default
./modules/common.nix
./devices/lcech-mac-veracode.nix
];
};
users.users.lcech.home = "/Users/lcech";
}
];