initial commit
This commit is contained in:
commit
e887d8bc7d
13 changed files with 490 additions and 0 deletions
12
nixos/home-manager.nix
Normal file
12
nixos/home-manager.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ inputs, outputs, ... }: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
users = {
|
||||
lander = import ../home-manager/home.nix;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue