From 9733ae033dd4b78ed01c0719e42e28317773425a Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Fri, 2 Feb 2024 19:02:18 -0600 Subject: [PATCH] fix corectl application --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index a12e6fa..a589506 100644 --- a/configuration.nix +++ b/configuration.nix @@ -125,6 +125,7 @@ in # Enable Flatpak services.flatpak.enable = true; # xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ]; + xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; # Enable AppImage boot.binfmt.registrations.appimage = { @@ -163,7 +164,6 @@ in tree lm_sensors vmware-horizon-client - corectrl ]; }; @@ -190,6 +190,7 @@ in ]; programs.java.enable = true; + programs.corectrl.enable = true; # Steam programs.steam = {