Update nix

This commit is contained in:
muon 2024-07-13 22:42:39 +00:00
parent 652b8599f8
commit 4e26aadf87
5 changed files with 19 additions and 19 deletions

View file

@ -2,7 +2,7 @@
monitorModule = lib.types.submodule {
options = {
name = lib.mkOption {
type = lib.types.string;
type = lib.types.str;
description = "monitor name";
example = "HDMI-1";
};
@ -34,8 +34,8 @@ in {
services.xserver.xkb.options = "caps:escape";
services.xserver.displayManager.gdm.enable = true;
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user =
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user =
config.mods.user.name;
systemd.services.display-manager.wants = startupTargets;