lvm stage 1, bwmenu

This commit is contained in:
2024-08-22 09:35:39 -04:00
parent e5b387d76b
commit 913ea98c12
5 changed files with 78 additions and 1 deletions

View File

@ -162,5 +162,9 @@
checks = import ./checks.nix { inherit inputs forEachSystem formatter; };
devShells = import ./shell.nix { inherit inputs forEachSystem checks; };
packages.bitwarden-rofi =
inputs.nixpkgs.legacyPackages.x86-64_linux.callPackage ./pkgs/bitwarden-rofi
{ };
};
}