improve desktop environ

This commit is contained in:
foosinn 2020-09-08 18:50:44 +02:00
parent fe0b28873b
commit b825d0dda3

View file

@ -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;