Switch to unstable for new bitwarden config

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2025-07-02 22:41:40 +02:00
parent 1dcc9efd8b
commit c2339252e3
5 changed files with 20 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
{
programs.zed-editor = {
enable = true;
enable = false;
userSettings = {
features = {

View File

@@ -15,7 +15,7 @@
userEmail = "personal@noahknegt.com";
signing = {
key = "~/.ssh/id_ed25519.pub";
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB1ETzms5KNzQtgS0U/nfJjihMInKrcNR55tixI4ywvW";
signByDefault = true;
format = "ssh";
};

View File

@@ -50,6 +50,15 @@
username = "noahk";
homeDirectory = "/home/noahk";
sessionPath = [
"$HOME/.cargo/bin"
"$HOME/.local/bin"
];
sessionVariables = {
SSH_AUTH_SOCK = "/home/noahk/.bitwarden-ssh-agent.sock";
};
packages = with pkgs; [
nerd-fonts.sauce-code-pro
nerd-fonts.zed-mono