feat: add devenv

This commit is contained in:
ryan4yin
2023-05-20 18:59:49 +08:00
parent d232f4a063
commit bf762454c0
4 changed files with 211 additions and 15 deletions

View File

@@ -51,6 +51,9 @@
hyprland.url = "github:hyprwm/Hyprland";
# community wayland nixpkgs
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
# use devenv to manage my development environment
devenv.url = "github:cachix/devenv/latest";
};
# outputs 的参数都是 inputs 中定义的依赖项,可以通过它们的名称来引用。