2021-09-24 21:45:50 +02:00
|
|
|
{ pkgs, ... }: {
|
2021-04-06 13:37:40 +02:00
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
mpv
|
2021-04-16 11:03:52 +02:00
|
|
|
pavucontrol
|
2021-07-30 11:55:49 +02:00
|
|
|
signal-desktop
|
2021-05-17 22:12:17 +02:00
|
|
|
tdesktop
|
2021-05-30 19:50:10 +02:00
|
|
|
nheko
|
2021-04-08 22:00:48 +02:00
|
|
|
firefox
|
2021-04-06 13:37:40 +02:00
|
|
|
nomacs
|
|
|
|
libreoffice
|
2021-04-08 22:00:48 +02:00
|
|
|
gimp
|
2021-09-24 21:45:50 +02:00
|
|
|
inkscape
|
2021-05-30 21:24:39 +02:00
|
|
|
syncplay
|
2021-10-19 18:53:45 +02:00
|
|
|
pcmanfm
|
2021-11-11 11:11:00 +01:00
|
|
|
ark
|
2021-09-07 18:53:07 +02:00
|
|
|
|
|
|
|
cmus
|
|
|
|
cmusfm
|
2021-04-06 13:37:40 +02:00
|
|
|
];
|
2021-04-09 21:20:58 +02:00
|
|
|
services.dbus.packages = with pkgs; [ gnome3.dconf ];
|
2021-04-28 11:16:08 +02:00
|
|
|
services.gvfs.enable = true;
|
|
|
|
services.udisks2.enable = true;
|
|
|
|
services.devmon.enable = true;
|
2021-04-06 13:37:40 +02:00
|
|
|
}
|