test
This commit is contained in:
parent
c5bddbe161
commit
152ffca527
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ inputs, outputs, stateVersion, hmStateVersion, ... }: {
|
{ inputs, outputs, stateVersion, hmStateVersion, ... }: {
|
||||||
# Helper function for generating home-manager configs
|
# Helper function for generating home-manager configs
|
||||||
mkHome = { hostname, username, desktop ? null, platform ? "x86_64-linux" }: inputs.home-manager.lib.homeManagerConfiguration {
|
mkHome = { hostname, username, desktop ? null, platform ? "x86_64-linux" }: inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
# pkgs = inputs.nixpkgs.legacyPackages.${platform};
|
pkgs = inputs.nixpkgs.legacyPackages.${platform};
|
||||||
# pkgs = inputs.nixpkgs.${platform};
|
# pkgs = inputs.nixpkgs.${platform};
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit inputs outputs desktop hostname platform username hmStateVersion;
|
inherit inputs outputs desktop hostname platform username hmStateVersion;
|
||||||
|
|
Loading…
Reference in a new issue