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
|
mesa
|
||||||
|
|
||||||
librsvg
|
librsvg
|
||||||
unstable.mypaint
|
mypaint
|
||||||
unstable.mypaint-brushes
|
mypaint-brushes
|
||||||
|
|
||||||
|
capitaine-cursors
|
||||||
|
elementary-xfce-icon-theme
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
numix-icon-theme
|
|
||||||
|
|
||||||
alacritty
|
alacritty
|
||||||
|
imv
|
||||||
inkscape
|
inkscape
|
||||||
|
libreoffice
|
||||||
libsecret
|
libsecret
|
||||||
|
lxappearance
|
||||||
|
mumble
|
||||||
mumble
|
mumble
|
||||||
neofetch
|
neofetch
|
||||||
|
pavucontrol
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pulsemixer
|
pulsemixer
|
||||||
unstable.keepassxc
|
unstable.keepassxc
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
xfce.thunar
|
||||||
(
|
(
|
||||||
pkgs.writeTextFile {
|
pkgs.writeTextFile {
|
||||||
name = "startsway";
|
name = "startsway";
|
||||||
|
@ -92,6 +99,11 @@ in {
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.gvfs = {
|
||||||
|
enable = true;
|
||||||
|
package = lib.mkForce pkgs.gnome3.gvfs;
|
||||||
|
};
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue