fixed pc autologin
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
networking.hostName = "HACKSTATION"; # Define your hostname.
|
networking.hostName = "HACKSTATION"; # Define your hostname.
|
||||||
|
|
||||||
|
|
||||||
# Opengl and vulkan
|
# Opengl and vulkan
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -12,13 +13,13 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.displayManager.sddm = {
|
services.displayManager.sddm = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# theme = "catppuccin-mocha-mauve";
|
autoLogin.enable = true;
|
||||||
# package = pkgs.kdePackages.sddm;
|
autoLogin.user = "user01";
|
||||||
# };
|
};
|
||||||
|
|
||||||
services.getty.autologinUser = "user01"
|
services.getty.autologinUser = "user01";
|
||||||
|
|
||||||
# Catppuccin sddm theme
|
# Catppuccin sddm theme
|
||||||
# (pkgs.catppuccin-sddm.override {
|
# (pkgs.catppuccin-sddm.override {
|
||||||
@@ -37,6 +38,7 @@ services.getty.autologinUser = "user01"
|
|||||||
# Terminal
|
# Terminal
|
||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
|
bottles
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user