Removed bitwarden-cli package and replaced it with brew formulae
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user