changed name that was overlooked
This commit is contained in:
parent
236ff25b49
commit
17bd0f8861
|
@ -28,7 +28,7 @@ in
|
||||||
xdg.configFile = mkAliasDefinitions options.wyrdgard.home.configFile;
|
xdg.configFile = mkAliasDefinitions options.wyrdgard.home.configFile;
|
||||||
};
|
};
|
||||||
|
|
||||||
snowfallorg.user.${config.wyrdgard.user.name}.home.config = config.plusultra.home.extraOptions;
|
snowfallorg.user.${config.wyrdgard.user.name}.home.config = config.wyrdgard.home.extraOptions;
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
|
|
|
@ -32,7 +32,7 @@ with lib.wyrdgard; let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.wyrdgard.user = with types; {
|
options.wyrdgard.user = with types; {
|
||||||
name = mkOpt str "short" "The name to use for the user account.";
|
name = mkOpt str "cholli" "The name to use for the user account.";
|
||||||
fullName = mkOpt str "Christoph Hollizeck" "The full name of the user.";
|
fullName = mkOpt str "Christoph Hollizeck" "The full name of the user.";
|
||||||
email = mkOpt str "christoph.hollizeck@hey.com" "The email of the user.";
|
email = mkOpt str "christoph.hollizeck@hey.com" "The email of the user.";
|
||||||
initialPassword =
|
initialPassword =
|
||||||
|
|
Loading…
Reference in a new issue