mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:13: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 =
|
||||
lib.attrsets.optionalAttrs
|
||||
config.ar.users.aly.manageHome
|
||||
(import ../../homes/aly inputs self);
|
||||
{imports = [self.homeManagerModules.aly];};
|
||||
|
||||
users.users.aly = {
|
||||
description = "Aly Raffauf";
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
home-manager.users.dustin =
|
||||
lib.attrsets.optionalAttrs
|
||||
config.ar.users.dustin.manageHome
|
||||
(import ../../homes/dustin inputs self);
|
||||
{imports = [self.homeManagerModules.dustin];};
|
||||
|
||||
users.users.dustin = {
|
||||
description = "Dustin Raffauf";
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
home-manager.users.morgan =
|
||||
lib.attrsets.optionalAttrs
|
||||
config.ar.users.morgan.manageHome
|
||||
(import ../../homes/morgan inputs self);
|
||||
{imports = [self.homeManagerModules.morgan];};
|
||||
|
||||
users.users.morgan = {
|
||||
description = "Morgan Tamayo";
|
||||
|
|
Loading…
Reference in a new issue