autologin

This commit is contained in:
Chris Dombroski 2024-07-30 09:11:17 -04:00
parent ce98d6ad2a
commit 65a12790dd
3 changed files with 12 additions and 10 deletions

View file

@ -6,9 +6,7 @@
clean.extraArgs = "--keep-since 7d";
};
nix = {
settings = {
experimental-features = [ "nix-command" "flakes" ];
};
settings = { experimental-features = [ "nix-command" "flakes" ]; };
optimise.automatic = true;
};
system.autoUpgrade = {

View file

@ -1,7 +1,8 @@
{ pkgs, lib, ... }: {
boot.plymouth = {
enable = true;
themePackages = with pkgs; [ (adi1090x-plymouth-themes.override { selected_themes = [ "owl" ];}) ];
themePackages = with pkgs;
[ (adi1090x-plymouth-themes.override { selected_themes = [ "owl" ]; }) ];
theme = lib.mkForce "owl";
};
}

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, sops, ... }:
{ config, pkgs, ... }:
{
imports = [ # Include the results of the hardware scan.
@ -58,11 +58,14 @@
services = {
ratbagd.enable = true;
displayManager.sddm = {
displayManager = {
autoLogin.user = "cdombroski";
sddm = {
enable = true;
autoNumlock = true;
wayland.enable = true;
};
};
desktopManager.plasma6.enable = true;
printing = {