Created new bitwarden-cli-bin for macos install

This commit is contained in:
Random936
2024-09-26 14:05:15 -07:00
parent 0a49ce845b
commit 5ac291629a
4 changed files with 41 additions and 3 deletions

View File

@@ -1,10 +1,18 @@
{ ... }:
{
{ 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