add targets
This commit is contained in:
parent
dee2a92cf1
commit
720aaf0a93
6 changed files with 176 additions and 97 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue