Removed bitwarden-cli package and replaced it with brew formulae

This commit is contained in:
Random936
2024-09-27 22:41:46 -07:00
parent 18a88f7391
commit 7a7fe6e792
4 changed files with 5 additions and 37 deletions

View File

@@ -1,18 +1,9 @@
{ pkgs, lib, config, ... }:
let
mypkgs = import ../packages/all-packages.nix {
inherit pkgs lib config;
};
in {
{ ... }: {
home = {
username = "jadenmaxwell";
homeDirectory = "/Users/jadenmaxwell";
};
home.packages = with mypkgs; [
bitwarden-cli-bin
];
imports = [
./shared.nix
./neovim.nix