fix: renaming XFCE tools

This commit is contained in:
Peritia 2026-01-13 10:38:48 +01:00
parent 86536daae7
commit d945a0d7be
5 changed files with 12 additions and 12 deletions

View file

@ -23,7 +23,7 @@ in lib.mkIf cfg.enable {
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
environment.systemPackages = [
pkgs.xfce.xfce4-screenshooter
pkgs.xfce4-screenshooter
];
}