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
];
}

View file

@ -37,7 +37,7 @@ in {
}
{
key = "Super_L";
pkg = pkgs.xfce.xfce4-whiskermenu-plugin; # open whiskermenu with a press on SUPER like on windows
pkg = pkgs.xfce4-whiskermenu-plugin; # open whiskermenu with a press on SUPER like on windows
}
{
key = "XF86AudioMute";

View file

@ -108,7 +108,7 @@ in {
name = "Terminal";
description = "Run commands";
icon = "xfce4-terminal";
pkg = pkgs.xfce.xfce4-terminal;
pkg = pkgs.xfce4-terminal;
}
{
name = "Browser";
@ -125,8 +125,8 @@ in {
config = lib.mkIf config.nixos95.enable {
environment.systemPackages = [
pkgs.xfce.xfce4-whiskermenu-plugin
(lib.mkIf cfg.battery-plugin.enable pkgs.xfce.xfce4-battery-plugin)
pkgs.xfce4-whiskermenu-plugin
(lib.mkIf cfg.battery-plugin.enable pkgs.xfce4-battery-plugin)
];
home-manager.users.${user} = {