feat(flake): init private nixos config

This commit is contained in:
Infinidoge 2023-03-30 12:08:30 -04:00
parent 106229cc3c
commit 8d1fe1f7a2
5 changed files with 23 additions and 0 deletions

View file

@ -2,6 +2,8 @@
description = "Infinidoge's NixOS configuration";
inputs = {
private.url = "git+ssh://git@github.com/Infinidoge/universe-private";
# --- DevOS Flake Inputs
# # --- Channels ---
stable.url = "github:nixos/nixpkgs/nixos-22.05";
@ -148,6 +150,8 @@
])
];
};
inherit (inputs) private;
};
};