removed settings.username

This commit is contained in:
Gerg-L 2023-04-21 10:15:15 -04:00
parent 60206e95e1
commit 4f9c434347
11 changed files with 39 additions and 43 deletions

View file

@ -1,6 +1,5 @@
inputs: {
pkgs,
settings,
config,
...
}: {
@ -13,6 +12,7 @@ inputs: {
DM = {
lightdm.enable = true;
autoLogin = true;
loginUser = "jo";
};
DE.xfce.enable = true;
theming = {
@ -40,7 +40,7 @@ inputs: {
users = {
mutableUsers = false;
users = {
"${settings.username}" = {
jo = {
useDefaultShell = true;
uid = 1000;
isNormalUser = true;