Compare commits

...

2 Commits

Author SHA1 Message Date
zonsopkomst ccccdeb833 Removed xserver 2024-04-13 14:02:09 -05:00
zonsopkomst 29d94d4092 Updated 2024-04-13 14:02:00 -05:00
3 changed files with 10 additions and 10 deletions

View File

@ -23,11 +23,11 @@
]
},
"locked": {
"lastModified": 1712759992,
"narHash": "sha256-2APpO3ZW4idlgtlb8hB04u/rmIcKA8O7pYqxF66xbNY=",
"lastModified": 1713019815,
"narHash": "sha256-jzTo97VeKMNfnKw3xU+uiU5C7wtnLudsbwl/nwPLC7s=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "31357486b0ef6f4e161e002b6893eeb4fafc3ca9",
"rev": "8fdf329526f06886b53b94ddf433848a0d142984",
"type": "github"
},
"original": {
@ -76,11 +76,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1712951181,
"narHash": "sha256-Am+Jl/pDkVuZxyiBEAw1Ia5/dDRi5HOIYBT/kTT6uKA=",
"lastModified": 1713015628,
"narHash": "sha256-bB/dALMilF7vC4sE4nNhyUl8pIGSZAfQOqPLQ5kg40I=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "0c513ba91bd73106be99e35b1a020d24e5ae874a",
"rev": "9e4b2efe7e24f7b21faefbd50a88f25b5185bc35",
"type": "github"
},
"original": {

View File

@ -30,8 +30,8 @@
};
# Enable automatic login for the user.
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "aspire";
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = "aspire";
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
systemd.services."getty@tty1".enable = false;

View File

@ -25,8 +25,8 @@
];
};
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "leeuwarden";
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = "leeuwarden";
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
# Discourse: https://discourse.nixos.org/t/unlocking-gnome-keyring-automatically-upon-login-with-kde-sddm/6966