Typos again...
This commit is contained in:
parent
d46295368c
commit
38ca1c1148
|
@ -116,7 +116,7 @@
|
||||||
./services/sshd
|
./services/sshd
|
||||||
./services/syncthing/Vanguard.nix
|
./services/syncthing/Vanguard.nix
|
||||||
({pkgs, ...}: {
|
({pkgs, ...}: {
|
||||||
services.xserver.displayManager.autologin.user = "xenia";
|
services.xserver.displayManager.autoLogin.user = "xenia";
|
||||||
hardware.steam-hardware.enable = true;
|
hardware.steam-hardware.enable = true;
|
||||||
programs = {
|
programs = {
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
./hosts/Ronin
|
./hosts/Ronin
|
||||||
./services/syncthing/Ronin.nix
|
./services/syncthing/Ronin.nix
|
||||||
({pkgs, ...}: {
|
({pkgs, ...}: {
|
||||||
services.xserver.displayManager.autologin.user = "elitherl";
|
services.xserver.displayManager.autoLogin.user = "elitherl";
|
||||||
home-manager.users.elitherl = {
|
home-manager.users.elitherl = {
|
||||||
imports = [
|
imports = [
|
||||||
./home/work.nix
|
./home/work.nix
|
||||||
|
|
Loading…
Reference in a new issue