mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/SDDM] force-enable
This commit is contained in:
parent
61d5892083
commit
8ac342a589
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
with lib;
|
||||
let
|
||||
cfg = config.aviallon.desktop;
|
||||
sddmCfg = config.services.xserver.displayManager.sddm;
|
||||
sddmCfg = config.services.displayManager.sddm;
|
||||
in {
|
||||
options.aviallon.desktop.sddm.unstable = mkEnableOption "bleeding-edge SDDM";
|
||||
options.aviallon.desktop.sddm.enable = mkEnableOption "custom SDDM configuration";
|
||||
|
|
@ -11,7 +11,7 @@ in {
|
|||
|
||||
# Prevents blinking cursor
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
enable = mkOverride 20 true;
|
||||
wayland.enable = mkDefault true;
|
||||
wayland.compositor = "kwin";
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue