Compare commits
2 Commits
014471e83a
...
d6649cfa0b
| Author | SHA1 | Date | |
|---|---|---|---|
| d6649cfa0b | |||
| bc985111fb |
@@ -11,10 +11,6 @@
|
|||||||
pkgs.gnome-settings-daemon # For gnome systray icons
|
pkgs.gnome-settings-daemon # For gnome systray icons
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
|
|
||||||
systemd.services."getty@tty1".enable = false;
|
|
||||||
systemd.services."autovt@tty1".enable = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.modules.homeManager.gnome = { config, pkgs, ... }:
|
flake.modules.homeManager.gnome = { config, pkgs, ... }:
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Enable automatic login for the user.
|
# Enable automatic login for the user.
|
||||||
services.displayManager.autoLogin.enable = true;
|
# services.displayManager.autoLogin.enable = true;
|
||||||
services.displayManager.autoLogin.user = "john";
|
# services.displayManager.autoLogin.user = "john";
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user