nixos: move nh to workstation
This commit is contained in:
parent
27a9e04281
commit
018e2e7bad
2 changed files with 22 additions and 8 deletions
8
modules/nixos/workstation/programs/nh.nix
Normal file
8
modules/nixos/workstation/programs/nh.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{config, ...}: let
|
||||
inherit (config.ooknet.host) admin;
|
||||
in {
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = "/home/${admin.name}/.config/ooknet";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue