parent
d18476da73
commit
72decc18fe
9 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
{ config, self, ... }:
|
||||
|
||||
{
|
||||
users.users.opdavies = { };
|
||||
|
||||
home-manager.users.opdavies = import ../../../home/opdavies/${config.networking.hostName}.nix;
|
||||
home-manager.users.opdavies = import "${self}/home-manager/opdavies/${config.networking.hostName}.nix";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue