changes
This commit is contained in:
parent
f7527f57e7
commit
af40e6960c
2 changed files with 3 additions and 0 deletions
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue