use a non-commited config.nix to specify the username & variant
This commit is contained in:
parent
4b88d9387f
commit
9023f77433
1 changed files with 3 additions and 5 deletions
|
|
@ -20,16 +20,14 @@
|
|||
pkgs-unstable = pkgs;
|
||||
nixgl = inputs.nixgl.packages.${system};
|
||||
|
||||
username = "anvaure";
|
||||
variant = "allegro";
|
||||
config = import ./config.nix;
|
||||
in {
|
||||
homeConfigurations.${username} = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
homeConfigurations.${config.username} = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
|
||||
extraSpecialArgs = {
|
||||
inherit pkgs-unstable;
|
||||
inherit variant;
|
||||
inherit username;
|
||||
inherit (config) username variant;
|
||||
inherit nixgl;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue