steam is no longer big picture

This commit is contained in:
kenji
2025-07-17 21:37:19 -05:00
parent f6b1976809
commit 960ac31702
5 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
{
pkgs,
inputs,
myConfig,
...
}: {
programs.hyprland = {
enable = true;
enable = myConfig.nixos.Hyprland.enable;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};