feat: Nvf | bring in nvf and begin config

This commit is contained in:
2025-02-11 08:06:28 +05:00
parent 257be3540d
commit adb981a4d0
4 changed files with 3212 additions and 5 deletions

View File

@@ -38,6 +38,9 @@
url = "git+ssh://git@git.dogar.dev/shahab/nix-secrets?shallow=1&ref=main";
flake = false;
};
# Nvf
nvf.url = "github:notashelf/nvf";
};
outputs = {nixpkgs, ...} @ inputs: let
@@ -67,7 +70,10 @@
homeConfigurations = {
"${user}" = inputs.home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [./home-manager/home.nix];
modules = [
inputs.nvf.homeManagerModules.default
./home-manager/home.nix
];
};
};