diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 16:25:18 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 16:25:18 +0100 |
| commit | 5615ca059ad78448c826e26f23693574bcc71328 (patch) | |
| tree | 73586c16f5e0425ea13743ff5da366ef460cd89a /modules/desktop/wms/xfce.nix | |
| parent | 6c48ae3714a52827db60176a69e6b806cb05c675 (diff) | |
Nix update
Diffstat (limited to '')
| -rw-r--r-- | modules/desktop/wms/xfce.nix | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/modules/desktop/wms/xfce.nix b/modules/desktop/wms/xfce.nix index 8d29e8a..a8ffe66 100644 --- a/modules/desktop/wms/xfce.nix +++ b/modules/desktop/wms/xfce.nix @@ -19,21 +19,21 @@ in { environment.systemPackages = with pkgs; [ # XFCE stuff - xfce.catfish - xfce.xfce4-appfinder - xfce.xfce4-clipman-plugin - xfce.xfce4-cpugraph-plugin - xfce.xfce4-dict - xfce.xfce4-fsguard-plugin - xfce.xfce4-genmon-plugin - xfce.xfce4-netload-plugin - xfce.xfce4-panel - xfce.xfce4-pulseaudio-plugin - xfce.xfce4-systemload-plugin - xfce.xfce4-weather-plugin - xfce.xfce4-whiskermenu-plugin - xfce.xfce4-xkb-plugin - xfce.xfdashboard + catfish + xfce4-appfinder + xfce4-clipman-plugin + xfce4-cpugraph-plugin + xfce4-dict + xfce4-fsguard-plugin + xfce4-genmon-plugin + xfce4-netload-plugin + xfce4-panel + xfce4-pulseaudio-plugin + xfce4-systemload-plugin + xfce4-weather-plugin + xfce4-whiskermenu-plugin + xfce4-xkb-plugin + xfdashboard # GNOME stuff file-roller |
