feat: add nurl package
This commit is contained in:
parent
1c8f74f2fa
commit
967c2aa2e2
3 changed files with 32 additions and 5 deletions
nixos/home
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue