diff options
| author | Leonardo <noreply@leoflo.me> | 2026-02-01 19:07:04 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2026-02-01 19:07:22 +0100 |
| commit | 8978916e22299c86994e310f09cba1e7ff87bfdb (patch) | |
| tree | 8d1a3aa80d694483f0f6ddc595562ac541dfa3e9 /hermes | |
| parent | 32f73906d4fd529c0a0f0220e2798c8608bb7695 (diff) | |
| download | nixos-8978916e22299c86994e310f09cba1e7ff87bfdb.tar.gz nixos-8978916e22299c86994e310f09cba1e7ff87bfdb.zip | |
nuovo plugin per xfce4-panel
Diffstat (limited to 'hermes')
| -rw-r--r-- | hermes/nixos/gui/xfce.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hermes/nixos/gui/xfce.nix b/hermes/nixos/gui/xfce.nix index d357c83..628866a 100644 --- a/hermes/nixos/gui/xfce.nix +++ b/hermes/nixos/gui/xfce.nix @@ -1,4 +1,4 @@ -{lib, config, pkgs, ...}: { +{inputs, lib, config, pkgs, ...}: { options.xfce.enable = lib.mkEnableOption "xfce de"; config = lib.mkIf config.xfce.enable { @@ -26,10 +26,11 @@ # Packages environment.systemPackages = with pkgs; [ bluez blueman - pasystray xarchiver - xfce4-docklike-plugin xfce4-whiskermenu-plugin + xfce4-whiskermenu-plugin + xfce4-docklike-plugin + inputs.xfce4-hiddenapps-plugin.packages.x86_64-linux.default ]; # Excluded |
