mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.aviallon.desktop;
|
cfg = config.aviallon.desktop;
|
||||||
sddmCfg = config.services.xserver.displayManager.sddm;
|
sddmCfg = config.services.displayManager.sddm;
|
||||||
in {
|
in {
|
||||||
options.aviallon.desktop.sddm.unstable = mkEnableOption "bleeding-edge SDDM";
|
options.aviallon.desktop.sddm.unstable = mkEnableOption "bleeding-edge SDDM";
|
||||||
options.aviallon.desktop.sddm.enable = mkEnableOption "custom SDDM configuration";
|
options.aviallon.desktop.sddm.enable = mkEnableOption "custom SDDM configuration";
|
||||||
|
|
@ -11,7 +11,7 @@ in {
|
||||||
|
|
||||||
# Prevents blinking cursor
|
# Prevents blinking cursor
|
||||||
services.displayManager.sddm = {
|
services.displayManager.sddm = {
|
||||||
enable = true;
|
enable = mkOverride 20 true;
|
||||||
wayland.enable = mkDefault true;
|
wayland.enable = mkDefault true;
|
||||||
wayland.compositor = "kwin";
|
wayland.compositor = "kwin";
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue