fix(jovian): don't import overlays a second time
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-02-26 00:39:53 -05:00
parent a3355725ea
commit a7f6087120

View file

@ -2,26 +2,10 @@
config,
jovian,
modulesPath,
pkgs,
...
}: {
nixpkgs.hostPlatform = "x86_64-linux";
nixpkgs.overlays = [
jovian.overlays.default
# Overlays for gamescope don't get applied properly for some reason
(final: prev: {
inherit
(jovian.legacyPackages.${pkgs.system})
gamescope
gamescope-session
gamescope-wsi
pkgsi686Linux
;
})
];
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
jovian.nixosModules.default