add autologin for alien
This commit is contained in:
parent
a0181c5e0b
commit
56a3a55239
3 changed files with 16 additions and 4 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{ config, pkgs, lib, catppuccin, ... }: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
catppuccin,
|
||||
...
|
||||
}:
|
||||
{
|
||||
networking.hostName = "alien";
|
||||
|
||||
catppuccin.accent = "blue";
|
||||
|
|
@ -27,6 +34,12 @@
|
|||
"nvidia"
|
||||
];
|
||||
|
||||
services.displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "sckova";
|
||||
};
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
powerManagement.enable = false;
|
||||
|
|
@ -35,4 +48,3 @@
|
|||
package = pkgs.linuxPackages.nvidiaPackages.stable;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue