mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
userModules: import user homes from flake output
This commit is contained in:
parent
f747255f5c
commit
47f4595e67
|
@ -12,7 +12,7 @@
|
||||||
home-manager.users.aly =
|
home-manager.users.aly =
|
||||||
lib.attrsets.optionalAttrs
|
lib.attrsets.optionalAttrs
|
||||||
config.ar.users.aly.manageHome
|
config.ar.users.aly.manageHome
|
||||||
(import ../../homes/aly inputs self);
|
{imports = [self.homeManagerModules.aly];};
|
||||||
|
|
||||||
users.users.aly = {
|
users.users.aly = {
|
||||||
description = "Aly Raffauf";
|
description = "Aly Raffauf";
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
home-manager.users.dustin =
|
home-manager.users.dustin =
|
||||||
lib.attrsets.optionalAttrs
|
lib.attrsets.optionalAttrs
|
||||||
config.ar.users.dustin.manageHome
|
config.ar.users.dustin.manageHome
|
||||||
(import ../../homes/dustin inputs self);
|
{imports = [self.homeManagerModules.dustin];};
|
||||||
|
|
||||||
users.users.dustin = {
|
users.users.dustin = {
|
||||||
description = "Dustin Raffauf";
|
description = "Dustin Raffauf";
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
home-manager.users.morgan =
|
home-manager.users.morgan =
|
||||||
lib.attrsets.optionalAttrs
|
lib.attrsets.optionalAttrs
|
||||||
config.ar.users.morgan.manageHome
|
config.ar.users.morgan.manageHome
|
||||||
(import ../../homes/morgan inputs self);
|
{imports = [self.homeManagerModules.morgan];};
|
||||||
|
|
||||||
users.users.morgan = {
|
users.users.morgan = {
|
||||||
description = "Morgan Tamayo";
|
description = "Morgan Tamayo";
|
||||||
|
|
Loading…
Reference in a new issue