Initial switch to regreet

This commit is contained in:
Nathan McCarty 2023-06-18 18:29:37 -04:00
parent 825994465e
commit dc0e76f40d
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 14 additions and 11 deletions

View File

@ -5,20 +5,19 @@ in with lib; {
# Turn on GDM for login
services.xserver = {
enable = true;
autorun = true;
displayManager = {
sddm = {
enable = true;
settings = {
Wayland = { CompositorCommand = "kwin_wayland --no-lockscreen"; };
};
theme = "sugar-dark";
};
defaultSession = "hyprland";
};
autorun = false;
# Enable plasma for the applications
desktopManager.plasma5.enable = true;
};
# Greetd for login
programs.regreet = {
enable = true;
settings = { GTK = { font_name = "Roboto 16"; }; };
};
services.greetd = {
enable = true;
settings = { default_session.command = "cage -s -- regreet"; };
};
# Setup drivers
hardware.opengl = {
# Enable vulkan
@ -28,6 +27,10 @@ in with lib; {
};
# Basic packages that are effectively required for a graphical system
environment.systemPackages = with pkgs; [
# Greeter packages
cage
config.programs.regreet.package
gnome.adwaita-icon-theme
# GTK Theming
gtk-engine-murrine
gtk_engines