Remove host-specific Home Manager configurations
This commit is contained in:
parent
c88993e4b5
commit
8a4222cd88
6 changed files with 0 additions and 29 deletions
|
@ -1,12 +1,2 @@
|
|||
{
|
||||
outputs,
|
||||
hostname,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = builtins.attrValues outputs.homeManagerModules ++ [
|
||||
../../home/${username}/hosts/${hostname}.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue