KeePassXC on linux

This commit is contained in:
xenia 2024-06-27 12:41:01 +02:00
parent f2e594275e
commit d1f454bba2

View File

@ -20,7 +20,10 @@ let
in rec { in rec {
home.packages = with pkgs; [ home.packages = with pkgs; [
fira-code ibm-plex fira-code ibm-plex
] ++ (if pkgs.stdenv.isDarwin then [alloy6-mac] else [pkgs.alloy6]); ]
++ (if pkgs.stdenv.isDarwin then [alloy6-mac] else [pkgs.alloy6])
++ (if pkgs.stdenv.isDarwin then [] else [pkgs.keepassxc])
;
programs.alacritty = alacritty; programs.alacritty = alacritty;
} }