refactor: only use jovian overlays on bbsteamie
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
e2d3edae4b
commit
ac2c81f1ef
2 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue