feat: switch to tui-greet instead of sddm

This commit is contained in:
Youwen Wu 2024-08-09 02:09:01 -07:00
parent 0f6a0efcae
commit 367e650979
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 25 additions and 20 deletions

View file

@ -70,14 +70,6 @@
libraries = with pkgs; [ icu xorg.libXtst xorg.libXi ];
};
# Enable the KDE Plasma Desktop Environment.
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
theme = "catppuccin-mocha";
package = pkgs.kdePackages.sddm;
};
hardware.nvidia = {
modesetting.enable = true;
powerManagement.enable = true;
@ -166,7 +158,6 @@
gnupg
openssh
python3
(pkgs.catppuccin-sddm.override { flavor = "mocha"; })
steam-run
# deps for neovim compilation