package sddm themes
This commit is contained in:
parent
aba1b552d9
commit
2d67934e29
4 changed files with 84 additions and 16 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
|
|
@ -28,7 +29,7 @@
|
|||
sddm = {
|
||||
enable = true;
|
||||
wayland.enable = ! config.services.xserver.enable; # experimental
|
||||
# theme = "corners";
|
||||
# theme = lib.mkForce "silent";
|
||||
};
|
||||
|
||||
# defaultSession = "mango"; # DEBUG
|
||||
|
|
@ -54,6 +55,11 @@
|
|||
|
||||
mango.enable = true;
|
||||
|
||||
# silentSDDM = {
|
||||
# enable = true;
|
||||
# theme = "rei";
|
||||
# };
|
||||
|
||||
# Thunar also uses: `services.tumbler` & `services.gvfs`
|
||||
thunar = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue