feat(steamdeck): add jovian overlays

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

View file

@ -140,6 +140,12 @@
repo = "Ultrachromic";
type = "github";
};
jovian = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "Jovian-Experiments";
repo = "Jovian-NixOS";
type = "github";
};
libratbag-src = {
flake = false;
owner = "libratbag";