fix corectl application
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user