Added Bitwarden for SSH, additional changes to nvf, firefox, and general style changes

This commit is contained in:
2025-09-25 14:10:41 -04:00
parent 86772926fd
commit f13ccab5db
8 changed files with 36 additions and 27 deletions

View File

@@ -1,5 +1,4 @@
self: super: with super.python3Packages;
let
self: super: with super.python3Packages; rec {
pprp = buildPythonPackage rec {
pname = "pprp";
version = "0.2.7";
@@ -12,14 +11,13 @@ let
format = "setuptools";
doCheck = false;
};
in
{
heybrochecklog = buildPythonApplication {
heybrochecklog = buildPythonApplication rec {
pname = "heybrochecklog";
version = "1.4.7";
src = super.fetchurl {
url = "https://github.com/doujincafe/hbcl/releases/download/v1.4.7/heybrochecklog-1.4.7.tar.gz";
url = "https://github.com/doujincafe/hbcl/releases/download/v${version}/heybrochecklog-${version}.tar.gz";
sha256 = "sha256-nCJJvzw/BoCEGDIX62zZr1ZI/b0W5nnFOZlMw4Btcnw=";
};