mirror of
https://github.com/mjallen18/snowfall-lib.git
synced 2026-04-18 17:15:57 -05:00
fix: Correct simple typo in home module
This commit is contained in:
@@ -11,7 +11,7 @@ inputs @ {
|
|||||||
|
|
||||||
# NOTE: The module system chokes if it finds `osConfig` named in the module arguments
|
# NOTE: The module system chokes if it finds `osConfig` named in the module arguments
|
||||||
# when being used in standalone home-manager. To remedy this, we have to refer to the arguments set directly.
|
# when being used in standalone home-manager. To remedy this, we have to refer to the arguments set directly.
|
||||||
os-user-home = inputs.osConfig.users.users.${cfg.name}.home or null;
|
os-user-home = inputs.osConfig.users.users.${cfg.user.name}.home or null;
|
||||||
|
|
||||||
has-user-name = (cfg.user.name or null) != null;
|
has-user-name = (cfg.user.name or null) != null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user