This commit is contained in:
mjallen18
2026-03-13 14:45:00 -05:00
parent 9737b3af9f
commit 39b898bcf2
52 changed files with 170 additions and 258214 deletions

View File

@@ -38,6 +38,8 @@
sops-nix.url = "github:Mic92/sops-nix";
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
steam-rom-manager = {
url = "github:mjallen18/nix-steam-rom-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -134,6 +136,7 @@
systems = {
# common modules
modules.nixos = with inputs; [
# nix-cachyos-kernel.nixosModules.default
authentik-nix.nixosModules.default
disko.nixosModules.disko
impermanence.nixosModules.impermanence
@@ -240,8 +243,9 @@
};
};
overlays = with inputs; [
overlays.nixos = with inputs; [
nix-vscode-extensions.overlays.default
nix-cachyos-kernel.overlays.default
];
};