kde: Fix some issues
This commit is contained in:
parent
1ecd08ca99
commit
794c955c2c
1 changed files with 2 additions and 1 deletions
|
@ -7,12 +7,13 @@
|
|||
|
||||
environment.persistence."/nix/persist".users.hu.directories = [
|
||||
# https://github.com/nix-community/plasma-manager/issues/172
|
||||
".config/kwinoutputconfig.json"
|
||||
".local/share/konsole"
|
||||
".local/share/kwalletd"
|
||||
];
|
||||
|
||||
environment.persistence."/nix/persist".users.hu.files = [
|
||||
".config/konsolerc"
|
||||
".config/kwinoutputconfig.json"
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
|
|
Loading…
Reference in a new issue