add enoko hm config
This commit is contained in:
parent
4675d6db52
commit
def4a69b5d
5 changed files with 32 additions and 0 deletions
|
@ -56,6 +56,14 @@
|
|||
./home-manager/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
"${username}@enoko" = lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs username; };
|
||||
modules = [
|
||||
./home-manager/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue