mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop] Do not empty sddm's cache, only sddm's qmlcache
This commit is contained in:
parent
b9e7f76a15
commit
4c1073c8aa
1 changed files with 5 additions and 0 deletions
|
|
@ -99,6 +99,11 @@ in {
|
|||
MinimumVT = mkOverride 50 1;
|
||||
};
|
||||
};
|
||||
systemd.tmpfiles.rules = mkAfter [
|
||||
"e /var/lib/sddm/.cache/sddm-greeter/qmlcache/ - - - 0"
|
||||
"x /var/lib/sddm/.cache"
|
||||
];
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.layout = cfg.layout;
|
||||
services.xserver.xkbOptions = "eurosign:e";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue