mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
add some more "checked" packages
This commit is contained in:
parent
6a17f6945f
commit
14b3e526a5
2 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,6 @@
|
||||||
|
|
||||||
nixos-wsl.url = "github:nix-community/NixOS-WSL";
|
nixos-wsl.url = "github:nix-community/NixOS-WSL";
|
||||||
|
|
||||||
# see todo.md
|
|
||||||
# hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&rev=4cdddcfe466cb21db81af0ac39e51cc15f574da9";
|
|
||||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1";
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1";
|
||||||
|
|
||||||
hyprland-contrib.url = "github:hyprwm/contrib";
|
hyprland-contrib.url = "github:hyprwm/contrib";
|
||||||
|
|
|
@ -93,6 +93,9 @@ rec {
|
||||||
pkgs.pixi
|
pkgs.pixi
|
||||||
pkgs.swww
|
pkgs.swww
|
||||||
|
|
||||||
|
inputs.tsm.packages.${pkgs.system}.default
|
||||||
|
inputs.hyprman.packages.${pkgs.system}.default
|
||||||
|
|
||||||
inputs.roc.packages.${pkgs.system}.full
|
inputs.roc.packages.${pkgs.system}.full
|
||||||
inputs.roc.packages.${pkgs.system}.lang-server
|
inputs.roc.packages.${pkgs.system}.lang-server
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue