feat: add nurl package

This commit is contained in:
matt1432 2023-10-12 10:17:08 -04:00
parent 1c8f74f2fa
commit 967c2aa2e2
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,4 +1,4 @@
{ pkgs, config, nixpkgs-wayland, nix-melt, ... }: let
{ pkgs, config, nixpkgs-wayland, nix-melt, nurl, ... }: let
waypkgs = nixpkgs-wayland.packages.x86_64-linux;
in
{
@ -27,6 +27,7 @@ in
home.packages = [
nix-melt.packages.x86_64-linux.default
nurl.packages.x86_64-linux.default
] ++
(with pkgs.python311Packages; [