change username to a global var
This commit is contained in:
parent
f080989d8b
commit
d17afc3fb3
6 changed files with 9 additions and 11 deletions
|
@ -1,11 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, username, ... }:
|
||||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "us";
|
||||
displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "frostphoenix";
|
||||
user = ${username};
|
||||
};
|
||||
libinput = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue