fix corectl application

This commit is contained in:
mjallen18
2024-02-02 19:02:18 -06:00
parent a26e9e367d
commit 9733ae033d

View File

@@ -125,6 +125,7 @@ in
# Enable Flatpak # Enable Flatpak
services.flatpak.enable = true; services.flatpak.enable = true;
# xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ]; # xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ];
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
# Enable AppImage # Enable AppImage
boot.binfmt.registrations.appimage = { boot.binfmt.registrations.appimage = {
@@ -163,7 +164,6 @@ in
tree tree
lm_sensors lm_sensors
vmware-horizon-client vmware-horizon-client
corectrl
]; ];
}; };
@@ -190,6 +190,7 @@ in
]; ];
programs.java.enable = true; programs.java.enable = true;
programs.corectrl.enable = true;
# Steam # Steam
programs.steam = { programs.steam = {