diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index b52de95..71f7b00 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -1,13 +1,7 @@ -{ pkgs, upkgs, ulib, theme, systemConfiguration, homeConfiguration, homePackages, enabled, ... }: ulib.recursiveUpdate3 +{ pkgs, upkgs, ulib, systemConfiguration, homeConfiguration, homePackages, enabled, ... }: ulib.recursiveUpdate3 (systemConfiguration { hardware.opengl = enabled {}; - - xdg.portal = enabled { - extraPortals = with pkgs; [ - xdg-desktop-portal-hyprland - ]; - }; }) (homeConfiguration "nixos" {