mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Update nix
This commit is contained in:
parent
1562d57258
commit
a4b72da4b4
4 changed files with 18 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue