refactor: only use jovian overlays on bbsteamie
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-22 23:34:11 -04:00
parent e2d3edae4b
commit ac2c81f1ef
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,6 @@ inputs @ {
(map (i: inputs.${i}.overlays.default) [ (map (i: inputs.${i}.overlays.default) [
"discord-overlay" "discord-overlay"
"grim-hyprland" "grim-hyprland"
"jovian"
"nixpkgs-wayland" "nixpkgs-wayland"
]) ])
++ (builtins.attrValues { ++ (builtins.attrValues {

View file

@ -5,6 +5,7 @@
... ...
}: { }: {
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";
nixpkgs.overlays = [jovian.overlays.default];
imports = [ imports = [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
jovian.nixosModules.default jovian.nixosModules.default