improve desktop environ
This commit is contained in:
parent
fe0b28873b
commit
b825d0dda3
1 changed files with 15 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue