mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
kwallet empty
This commit is contained in:
@@ -27,6 +27,13 @@
|
|||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
immutableByDefault = false;
|
immutableByDefault = false;
|
||||||
|
configFile."kwalletrc" = {
|
||||||
|
"Wallet" = {
|
||||||
|
"Close When Idle" = false;
|
||||||
|
"Enabled" = true;
|
||||||
|
"First Use" = false;
|
||||||
|
"Open" = true;
|
||||||
|
};
|
||||||
|
|
||||||
workspace = {
|
workspace = {
|
||||||
wallpaperSlideShow.path = "${config.home.homeDirectory}/Bilder/Hintergründe";
|
wallpaperSlideShow.path = "${config.home.homeDirectory}/Bilder/Hintergründe";
|
||||||
|
|||||||
Reference in New Issue
Block a user