aaaa
aa
This commit is contained in:
parent
c8d762ee59
commit
7e3bf4a4df
4 changed files with 14 additions and 6 deletions
|
|
@ -34,7 +34,13 @@
|
|||
};
|
||||
|
||||
homeConfigurations = {
|
||||
"luna@hummingbird" = mkHome "x86_64-linux" ./home-manager/luna/home.nix;
|
||||
"luna" = lib.homeManagerConfiguration {
|
||||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
./home-manager/luna/hummingbird.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue