add nicrosil and username variable
This commit is contained in:
18
flake.nix
18
flake.nix
@ -48,6 +48,22 @@
|
||||
./home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
homeConfigurations."pager@nicrosil" =
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
|
||||
inherit pkgs;
|
||||
# specialArgs = inputs;
|
||||
modules = [
|
||||
# lix-module.nixosModules.default
|
||||
./home.nix
|
||||
];
|
||||
extraSpecialArgs = {
|
||||
username = "pager";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user