diff --git a/instances/odin/hm.nix b/instances/odin/hm.nix index a079e16..75c5e32 100644 --- a/instances/odin/hm.nix +++ b/instances/odin/hm.nix @@ -10,7 +10,6 @@ inherit (pkgs) # element-desktop # matrix client # freecad - heroic # minecraft # mycrypto # pcmanfm @@ -27,7 +26,7 @@ # gnome-sound-recorder # seahorse eog file-roller gnome-font-viewer gnome-screenshot gnome-system-monitor totem; - inherit (pkgs.unstable_pkgs) postman skypeforlinux; + inherit (pkgs.unstable_pkgs) heroic postman skypeforlinux; }; }; diff --git a/instances/thor/hm.nix b/instances/thor/hm.nix index d0b99ce..8ead093 100644 --- a/instances/thor/hm.nix +++ b/instances/thor/hm.nix @@ -12,7 +12,6 @@ # element-desktop # matrix client evolution # freecad - heroic # minecraft # mycrypto # pcmanfm @@ -29,7 +28,7 @@ # gnome-sound-recorder # seahorse eog file-roller gnome-font-viewer gnome-screenshot gnome-system-monitor totem; - inherit (pkgs.unstable_pkgs) postman skypeforlinux; + inherit (pkgs.unstable_pkgs) heroic postman skypeforlinux; }; };