Vic's *Nix config.
1{ vix, den, ... }:
2{
3 den.hosts.x86_64-linux.nargun.users.vic = { };
4 den.hosts.x86_64-linux.nargun-vm.users.vic = { };
5
6 den.default.host._.host.includes = [
7 vix.host-profile
8 den.home-manager
9 (den.import-tree._.host { root = ../non-dendritic/hosts; })
10 ];
11
12 den.default.user._.user.includes = [
13 vix.user-profile
14 ];
15
16 flake-file.inputs.home-manager.url = "github:nix-community/home-manager";
17 flake-file.inputs.home-manager.inputs.nixpkgs.follows = "nixpkgs";
18}