mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 23:00:12 -04:00
feat(dev): add pinned openhands cli flake app
This commit is contained in:
parent
6af94e54d5
commit
b58906f0e5
3 changed files with 79 additions and 2 deletions
|
|
@ -3,7 +3,6 @@
|
|||
with lib;
|
||||
let
|
||||
cfg = config.modules.user.utils.dev;
|
||||
|
||||
in
|
||||
{ options.modules.user.utils.dev = { enable = mkEnableOption "user.utils.dev"; };
|
||||
config = mkIf cfg.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue