Switch to unstable for new bitwarden config
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
|
||||
userSettings = {
|
||||
features = {
|
||||
|
@@ -15,7 +15,7 @@
|
||||
userEmail = "personal@noahknegt.com";
|
||||
|
||||
signing = {
|
||||
key = "~/.ssh/id_ed25519.pub";
|
||||
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB1ETzms5KNzQtgS0U/nfJjihMInKrcNR55tixI4ywvW";
|
||||
signByDefault = true;
|
||||
format = "ssh";
|
||||
};
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user