This commit is contained in:
Tyler Starr 2023-09-02 09:04:13 -07:00
commit 803f82d307
5 changed files with 11 additions and 3 deletions

View File

@ -7,5 +7,5 @@ if [[ "$2" == "Password" ]]
then
rbw get "$1"
else
rbw get "$1" --full | grep "$2" | cut -d ' ' -f 2-
rbw get "$1" --field="$2"
fi

View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINKal966nABRHParmjBURtssOl6TcpBAdi6LVvQMXBLv starrtyler88@gmail.com

View File

@ -0,0 +1 @@
{{ (secret "Github - Personal Secret" "NOTES") }}

View File

@ -4,6 +4,13 @@
home.homeDirectory = "/home/${user}";
programs.home-manager.enable = true;
# Setup git
programs.git = {
enable = true;
userName = "starr-dusT";
userEmail = "starrtyler88@gmail.com"
};
home.packages = with pkgs; [
chezmoi
rbw

View File

@ -59,9 +59,8 @@ in {
mpv
udiskie
p7zip
ungoogled-chromium
pavucontrol
] ++ [
pkgs-unstable.firefox
pkgs-unstable.brave
];