use good ol ssh-agent instead of bitwarden crap; install regular neovim
This commit is contained in:
parent
0db4f4c4ab
commit
97da2848c6
2 changed files with 14 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue