mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: use forked nh with support for doas instead of fish wrapper
This commit is contained in:
parent
4930320599
commit
c6235fe00c
4 changed files with 31 additions and 17 deletions
|
@ -107,6 +107,11 @@
|
|||
url = "github:musnix/musnix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nh-doas = {
|
||||
url = "github:youwen5/nh";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue