feat(steamdeck): add jovian overlays
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-06-28 13:44:12 -04:00
parent 4a2ba58cd4
commit 2789cbed33
4 changed files with 6 additions and 0 deletions

View file

@ -32,6 +32,11 @@
inputs.sops-nix.follows = "sops-nix"; inputs.sops-nix.follows = "sops-nix";
}; };
jovian = mkDep {
owner = "Jovian-Experiments";
repo = "Jovian-NixOS";
};
}; };
in in
mainInputs // otherInputs; mainInputs // otherInputs;

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -14,6 +14,7 @@
config.allowUnfree = true; config.allowUnfree = true;
overlays = [ overlays = [
inputs.grim-hyprland.overlays.default inputs.grim-hyprland.overlays.default
inputs.jovian.overlays.default
inputs.nixpkgs-wayland.overlays.default inputs.nixpkgs-wayland.overlays.default
]; ];
}; };