this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

plasma: re-enable autologin

+10 -4
+10 -4
modules/plasma.nix
··· 16 16 sddm.enable = true; 17 17 sddm.wayland.enable = true; 18 18 19 - # autoLogin = { 20 - # enable = true; 21 - # user = "ovy"; 22 - # }; 19 + autoLogin = { 20 + enable = true; 21 + user = "ovy"; 22 + }; 23 23 }; 24 24 25 25 services.desktopManager.plasma6.enable = true; ··· 39 39 # environment.sessionVariables."NIXOS_OZONE_WL" = 1; 40 40 environment.sessionVariables."MOZ_ENABLE_WAYLAND" = 0; 41 41 environment.systemPackages = with pkgs; [adwaita-icon-theme kdePackages.kcalc kdePackages.partitionmanager kdePackages.kcolorchooser]; 42 + 43 + # TODO: move 44 + boot.plymouth = { 45 + enable = true; 46 + theme = "breeze"; 47 + }; 42 48 }; 43 49 }