Move common hm module for mac
This commit is contained in:
parent
5751958cad
commit
a5e87e0487
@ -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";
|
||||
}
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user