change filemanager and sys-monitor

This commit is contained in:
Dmitriy Kholkin 2021-10-06 23:26:31 +03:00
parent a0d805b9ba
commit ef3e3dd8c7

View File

@ -1,12 +1,12 @@
{ config, pkgs, lib, ... }: { { config, pkgs, lib, ... }: {
defaultApplications = { defaultApplications = {
fm = { fm = {
cmd = "${pkgs.xfce4-14.thunar}/bin/thunar"; cmd = "${pkgs.pcmanfm}/bin/pcmanfm";
desktop = "thunar"; desktop = "pcmanfm";
}; };
monitor = { monitor = {
cmd = "${pkgs.xfce4-14.xfce4-taskmanager}/bin/xfce4-taskmanager"; cmd = "${pkgs.gnome.gnome-system-monitor}/bin/gnome-system-monitor";
desktop = "taskmanager"; desktop = "gnome-system-monitor";
}; };
torrent = { torrent = {
cmd = "${pkgs.qbittorrent}/bin/qbittorrent"; cmd = "${pkgs.qbittorrent}/bin/qbittorrent";