feat: use forked nh with support for doas instead of fish wrapper

This commit is contained in:
Youwen Wu 2025-02-02 23:18:19 -08:00
parent 4930320599
commit c6235fe00c
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 31 additions and 17 deletions

View file

@ -107,6 +107,11 @@
url = "github:musnix/musnix";
inputs.nixpkgs.follows = "nixpkgs";
};
nh-doas = {
url = "github:youwen5/nh";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =