feat: trying to test something.
This commit is contained in:
parent
c3be1c72b2
commit
b2c5920c3b
2 changed files with 3 additions and 3 deletions
|
@ -76,12 +76,12 @@
|
|||
homeConfigurations = {
|
||||
"ivek" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
modules = [./hosts/server/home.nix];
|
||||
modules = [./hosts/server/home.nix ({...}: {home.username = "ivek";})];
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
};
|
||||
"banir" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
modules = [./hosts/server/home.nix];
|
||||
modules = [./hosts/server/home.nix ({...}: {home.username = "banir";})];
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.username = "banir";
|
||||
# home.username = "banir";
|
||||
home.homeDirectory = "/home/banir";
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue