name
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -96,7 +96,7 @@
|
||||
Generate this where you want your config.
|
||||
'';
|
||||
|
||||
source = ./templates/nixos;
|
||||
path = ./templates/nixos;
|
||||
|
||||
};
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
Generate this where you want your config.
|
||||
'';
|
||||
|
||||
source = ./templates/home-manager;
|
||||
path = ./templates/home-manager;
|
||||
|
||||
};
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
Generate this where you want your config.
|
||||
'';
|
||||
|
||||
source = ./templates/nix-on-droid;
|
||||
path = ./templates/nix-on-droid;
|
||||
|
||||
};
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
Generate this where you want your config.
|
||||
'';
|
||||
|
||||
source = ./machines/${name};
|
||||
path = ./machines/${name};
|
||||
};
|
||||
|
||||
})) filtered)
|
||||
@@ -173,7 +173,7 @@
|
||||
Generate this where you want your config.
|
||||
'';
|
||||
|
||||
source = ./homes/${name};
|
||||
path = ./homes/${name};
|
||||
};
|
||||
|
||||
})) filtered)
|
||||
|
||||
Reference in New Issue
Block a user