feat: add nh
This commit is contained in:
parent
79400f683d
commit
596df98b21
2 changed files with 12 additions and 1 deletions
10
modules/base/nh.nix
Normal file
10
modules/base/nh.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos.base = {
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = config.flake.meta.location;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue