pumpkin: syncoid: exclude games
[julm/julm-nix.git] / nixpkgs / overlays.nix
index 49bd9c466511064fd7c394e5c3c1405199a25c9f..05f9ad965154a4f256c9b9f0b71fc5ea77853790 100644 (file)
@@ -1,10 +1,13 @@
-map import
-[
+map import [
+  overlays/anydesk.nix
+  overlays/gcompris.nix
   overlays/git-remote-gpg.nix
   overlays/irssi.nix
+  overlays/modemmanager.nix
+  overlays/numptyphysics.nix
   overlays/podl.nix
-  #overlays/youtube-dl.nix
+  #overlays/radicle.nix
+  overlays/rxvt-unicode.nix
+  overlays/vim-ghcid-quickfix.nix
   overlays/zerobin.nix
-] ++ [
-  (self: super: { natpunch-go = super.callPackage pkgs/natpunch-go {}; })
 ]