From 6987058c69e31ff397a89b4b6444748738a0c69e Mon Sep 17 00:00:00 2001 From: Avery Date: Tue, 19 Mar 2024 22:15:29 +0100 Subject: [PATCH] oopsie --- hosts/totsugeki/nixos.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/totsugeki/nixos.nix b/hosts/totsugeki/nixos.nix index f762e51..36433d7 100644 --- a/hosts/totsugeki/nixos.nix +++ b/hosts/totsugeki/nixos.nix @@ -68,6 +68,11 @@ }; }; + programs = { + hyprland.enable = true; + steam.enable = true; + }; + xdg.portal = { enable = true; extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];