sddm: link whole sddm directory, not just themes (#47174)
This commit is contained in:
parent
7a5483e8b4
commit
5b3c8485d6
@ -263,7 +263,9 @@ in
|
||||
};
|
||||
|
||||
environment.etc."sddm.conf".source = cfgFile;
|
||||
environment.pathsToLink = [ "/share/sddm/themes" ];
|
||||
environment.pathsToLink = [
|
||||
"/share/sddm"
|
||||
];
|
||||
|
||||
users.groups.sddm.gid = config.ids.gids.sddm;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user