mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
sddm: link whole sddm directory, not just themes (#47174)
This commit is contained in:
parent
7a5483e8b4
commit
5b3c8485d6
1 changed files with 3 additions and 1 deletions
|
@ -263,7 +263,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc."sddm.conf".source = cfgFile;
|
environment.etc."sddm.conf".source = cfgFile;
|
||||||
environment.pathsToLink = [ "/share/sddm/themes" ];
|
environment.pathsToLink = [
|
||||||
|
"/share/sddm"
|
||||||
|
];
|
||||||
|
|
||||||
users.groups.sddm.gid = config.ids.gids.sddm;
|
users.groups.sddm.gid = config.ids.gids.sddm;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue