diff --git a/roles/desktop.nix b/roles/desktop.nix index a713746..fffafcc 100644 --- a/roles/desktop.nix +++ b/roles/desktop.nix @@ -57,21 +57,28 @@ in { mesa librsvg - unstable.mypaint - unstable.mypaint-brushes + mypaint + mypaint-brushes + capitaine-cursors + elementary-xfce-icon-theme hicolor-icon-theme - numix-icon-theme alacritty + imv inkscape + libreoffice libsecret + lxappearance + mumble mumble neofetch + pavucontrol pulseaudio pulsemixer unstable.keepassxc wl-clipboard + xfce.thunar ( pkgs.writeTextFile { name = "startsway"; @@ -92,6 +99,11 @@ in { ) ]; + services.gvfs = { + enable = true; + package = lib.mkForce pkgs.gnome3.gvfs; + }; + services.syncthing = { enable = true; openDefaultPorts = true;