feat: add nh

This commit is contained in:
Teesh 2026-01-29 22:39:38 +02:00
parent 79400f683d
commit 596df98b21
2 changed files with 12 additions and 1 deletions

10
modules/base/nh.nix Normal file
View file

@ -0,0 +1,10 @@
{ config, ... }:
{
flake.modules.nixos.base = {
programs.nh = {
enable = true;
flake = config.flake.meta.location;
};
};
}

View file

@ -1,6 +1,6 @@
{ ... }:
{
rec {
flake.meta.user = {
name = "teesh";
email = "ilaylevy611@gmail.com";
@ -8,5 +8,6 @@
flake.meta.git.name = "teesh3rt";
flake.meta.location = "/home/${flake.meta.user.name}/dotfiles";
flake.meta.stateVersion = "25.11";
}