File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 22
33{
44 imports = [
5+ ./nix.nix
56 ./zsh
67 ./fonts.nix
78 ./git.nix
Original file line number Diff line number Diff line change 4444 [ youtube-dl zig pivy usbutils python-build reload ] ;
4545 in
4646 flake-utils . lib . eachDefaultSystem ( system : rec {
47- homeConfigurations . default = home-manager . lib . homeManagerConfiguration rec {
47+ homeConfigurations . default = home-manager . lib . homeManagerConfiguration {
4848 pkgs = import nixpkgs . outPath {
4949 inherit system ;
5050 config = { allowUnfree = true ; } ;
5656 }
5757 ./default.nix
5858 ] ;
59+ extraSpecialArgs . flakeInputs = inputs ;
5960 } ;
6061
6162 packages . home-manager = home-manager . packages . ${ system } . default ;
Original file line number Diff line number Diff line change 1+ { lib , flakeInputs , ... } :
2+
3+ {
4+ nix = {
5+ registry = {
6+ nixpkgs . flake = flakeInputs . nixpkgs ;
7+ templates . to = {
8+ type = "github" ;
9+ repo = "flakes" ;
10+ owner = "aiotter" ;
11+ ref = "templates" ;
12+ } ;
13+ } ;
14+ } ;
15+ }
You can’t perform that action at this time.
0 commit comments