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
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 = {