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:
Deven Lahoti 2018-08-07 20:43:55 -04:00
parent b55c02e878
commit 414e6de41a

View File

@ -265,6 +265,7 @@ in
};
environment.etc."sddm.conf".source = cfgFile;
environment.pathsToLink = [ "/share/sddm/themes" ];
users.groups.sddm.gid = config.ids.gids.sddm;