use good ol ssh-agent instead of bitwarden crap; install regular neovim

This commit is contained in:
cy 2025-04-01 17:05:07 -04:00
parent 0db4f4c4ab
commit 97da2848c6
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
2 changed files with 14 additions and 3 deletions

View file

@ -329,6 +329,7 @@
curl
pcre2
gsettings-desktop-schemas
fzf
];
};
programs.evolution.enable = true;
@ -390,4 +391,6 @@
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
programs.fuse.userAllowOther = true;
nix.settings.sandbox = false;
programs.ssh.startAgent = true;
}