feat(modules/home/cli): add nvf

This commit is contained in:
Mohammad Rafiq 2025-05-19 14:51:05 +08:00
parent b2ee33c215
commit d4453d1a59
No known key found for this signature in database
6 changed files with 197 additions and 6 deletions

View file

@ -12,6 +12,8 @@
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
nvf.url = "github:notashelf/nvf";
nvf.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs:
@ -27,6 +29,7 @@
homes.modules = with inputs; [
impermanence.homeManagerModules.impermanence
nix-index-database.hmModules.nix-index
nvf.homeManagerModules.default
];
};
}