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

@ -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} = {