feat(desktop): remove unnecesary options/packages.

This commit is contained in:
CronyAkatsuki 2025-09-22 15:09:39 +02:00
parent 988b548c03
commit 6e5fab453b
8 changed files with 4 additions and 22 deletions

View file

@ -24,8 +24,8 @@
programs.hyprland = {
enable = true;
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
# portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
withUWSM = true;
};