feat: add nvf config
This commit is contained in:
parent
9e46058abb
commit
898d56ebd6
24 changed files with 3367 additions and 95 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue