mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Rename home manager user settings files
This commit is contained in:
parent
46a93a4814
commit
23de2ed5a2
11 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
../modules/hosts/common
|
../modules/hosts/common
|
||||||
../modules/hosts/common/all-gui.nix
|
../modules/hosts/common/all-gui.nix
|
||||||
../modules/hosts/darwin/home.nix
|
../modules/hosts/darwin/home.nix
|
||||||
../modules/hosts/darwin/${hostname}/${username}.nix
|
../modules/hosts/darwin/${hostname}/home-${username}.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
users.${username}.imports = [
|
users.${username}.imports = [
|
||||||
../modules/hosts/common
|
../modules/hosts/common
|
||||||
../modules/hosts/common/linux/home.nix
|
../modules/hosts/common/linux/home.nix
|
||||||
../modules/hosts/nixos/${hostname}/${username}.nix
|
../modules/hosts/nixos/${hostname}/home-${username}.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue