nixos/sddm: add /share/sddm/themes
to environment.pathsToLink
Without this, there are no SDDM themes available in the directory configured in `sddm.conf`.
This commit is contained in:
parent
b55c02e878
commit
414e6de41a
@ -265,6 +265,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.etc."sddm.conf".source = cfgFile;
|
environment.etc."sddm.conf".source = cfgFile;
|
||||||
|
environment.pathsToLink = [ "/share/sddm/themes" ];
|
||||||
|
|
||||||
users.groups.sddm.gid = config.ids.gids.sddm;
|
users.groups.sddm.gid = config.ids.gids.sddm;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user