mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Added app icons, cleaned apps, nwggrid and nwg-dock fixes
This commit is contained in:
parent
94f65ad0fd
commit
415bf194d4
7 changed files with 57 additions and 27 deletions
|
@ -25,5 +25,9 @@ in
|
|||
portalPackage = pkgs-hyprland.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
plasma5.excludePackages = [ pkgs.kdePackages.systemsettings ];
|
||||
plasma6.excludePackages = [ pkgs.kdePackages.systemsettings ];
|
||||
};
|
||||
services.xserver.excludePackages = [ pkgs.xterm ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue