mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
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.pathsToLink = [ "/share/sddm/themes" ];
|
||||
|
||||
users.groups.sddm.gid = config.ids.gids.sddm;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user