feat: add nvf config

This commit is contained in:
DACHXY 2025-01-10 14:22:56 +08:00
parent 9e46058abb
commit 898d56ebd6
24 changed files with 3367 additions and 95 deletions

View file

@ -36,12 +36,18 @@
url = "github:KZDKM/Hyprspace";
inputs.hyprland.follows = "hyprland";
};
nvf = {
url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
{
nixpkgs,
nix-index-database,
nvf,
...
}@inputs:
let
@ -61,6 +67,7 @@
nixosConfigurations = {
dn-pre7780 = nixpkgs.lib.nixosSystem {
modules = [
nvf.nixosModules.default
nix-index-database.nixosModules.nix-index
./system/dev/dn-pre7780
];