feat(steamdeck): add jovian overlays
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
4a2ba58cd4
commit
2789cbed33
4 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
|||
|
||||
inputs.sops-nix.follows = "sops-nix";
|
||||
};
|
||||
|
||||
jovian = mkDep {
|
||||
owner = "Jovian-Experiments";
|
||||
repo = "Jovian-NixOS";
|
||||
};
|
||||
};
|
||||
in
|
||||
mainInputs // otherInputs;
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
1
lib.nix
1
lib.nix
|
@ -14,6 +14,7 @@
|
|||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
inputs.grim-hyprland.overlays.default
|
||||
inputs.jovian.overlays.default
|
||||
inputs.nixpkgs-wayland.overlays.default
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue