Compare commits

...

2 Commits

Author SHA1 Message Date
50060ef865 Add SSH_AUTH_SOCK 2026-02-06 22:35:31 -05:00
ef5f98af8d Add bitwarden-desktop 2026-02-06 22:22:59 -05:00
2 changed files with 2 additions and 3 deletions

View File

@@ -125,6 +125,7 @@ in
set -x EDITOR vim
set -x NNN_FIFO "$XDG_RUNTIME_DIR/nnn.fifo"
set -x PAGER less
${lib.optionalString pkgs.stdenv.isLinux "set -x SSH_AUTH_SOCK /home/dave/.bitwarden-ssh-agent.sock"}
set -x TERM xterm-256color
set -x PATH $PATH \

View File

@@ -2,8 +2,6 @@
config,
lib,
inputs,
master,
modulesPath,
pkgs,
unstable,
@@ -66,6 +64,7 @@
};
environment.systemPackages = with pkgs; [
bitwarden-desktop
bleachbit
calibre
clamtk
@@ -311,7 +310,6 @@
};
};
security.rtkit.enable = true;
services.pipewire.enable = true;