This commit is contained in:
Jakub Kropáček 2024-11-13 17:12:33 +01:00
parent f7527f57e7
commit af40e6960c
2 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,8 @@ in
enable = true; enable = true;
workspace = { workspace = {
theme = "breeze-dark"; theme = "breeze-dark";
lookAndFeel = "org.kde.breezedark.desktop";
wallpaper = "${./assets/nyan_cat.jpg}";
}; };
}; };
}; };

View file

@ -32,6 +32,7 @@ in
prismlauncher # REMOVE AND MOVE TO games module after refactoring prismlauncher # REMOVE AND MOVE TO games module after refactoring
joplin-desktop joplin-desktop
wireshark wireshark
discord
]; ];
services.syncthing = { services.syncthing = {
enable = true; enable = true;