add targets

This commit is contained in:
Jonathan Dönszelmann 2024-11-09 09:05:26 +01:00
parent dee2a92cf1
commit 720aaf0a93
No known key found for this signature in database
6 changed files with 176 additions and 97 deletions

View file

@ -20,7 +20,7 @@
};
};
outputs = { self, home-manager, nixpkgs, flake-utils, nixvim, t, ... }@inputs:
outputs = { home-manager, nixpkgs, flake-utils, nixvim, t, ... }@inputs:
let
homeManagerModules = [ nixvim.homeManagerModules.nixvim ];
@ -29,7 +29,7 @@
inherit system;
config.allowUnfree = true;
overlays = [
(final: prev: { custom = { t = t.packages.${system}.default; }; })
(_: _: { custom = { t = t.packages.${system}.default; }; })
];
};
mkHomeConfiguration = root: args: