diff options
| author | Fuwn <[email protected]> | 2024-09-01 20:19:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-01 20:19:11 -0700 |
| commit | 0d0c04f4e9c169630688d06defa14570a3cfbb32 (patch) | |
| tree | 74e5c4c4587360580894f9c8eded0088d9af5d88 /modules/programs/nh.nix | |
| parent | hi (diff) | |
| download | nixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.tar.xz nixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.zip | |
format
Diffstat (limited to 'modules/programs/nh.nix')
| -rw-r--r-- | modules/programs/nh.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/programs/nh.nix b/modules/programs/nh.nix index 0327920..56d4a16 100644 --- a/modules/programs/nh.nix +++ b/modules/programs/nh.nix @@ -1,4 +1,5 @@ -{ pkgs, ... }: { +{ pkgs, ... }: +{ programs.nh = { enable = true; |