โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ใ€Œ๐Ÿ‘ทใ€ ci(formatting check): removed on push

adjoly b988562b 530b4b2c

+5 -2
-2
.github/workflows/check-formatting.yml
··· 1 1 name: Check Formatting 2 2 3 3 on: 4 - push: 5 - branches: [ master ] 6 4 pull_request: 7 5 branches: [ master ] 8 6
+5
modules/home-manager/cli/shell.nix
··· 47 47 }; 48 48 }) 49 49 (lib.mkIf config.keyzox.bitwarden-ssh-agent.enable { 50 + programs.zsh = { 51 + envExtra = lib.mkBefore '' 52 + export SSH_AUTH_SOCK=$HOME/.bitwarden-ssh-agent.sock 53 + ''; 54 + }; 50 55 home.packages = [ 51 56 pkgs.unstable.bitwarden-desktop 52 57 ];