mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
chore: use self.homeManagerModules instead of absolute path
This commit is contained in:
parent
2a05c4f2bb
commit
45d9c4378c
5 changed files with 8 additions and 9 deletions
|
@ -10,7 +10,10 @@
|
|||
self.nixosModules.liminalOS
|
||||
{
|
||||
home-manager.users.youwen = {
|
||||
imports = [ ./home.nix ];
|
||||
imports = [
|
||||
./home.nix
|
||||
self.homeManagerModules.default
|
||||
];
|
||||
};
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
../../../hm/modules
|
||||
../../users/youwen
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue