Compare commits

..

No commits in common. "44af1502d35a6fa61627a3294a2db459820101ec" and "7957f18ecfc0c0f6bb9f9d78c5e70ba3c49259d4" have entirely different histories.

View File

@ -20,10 +20,7 @@ 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;
} }