Compare commits

...

2 Commits

Author SHA1 Message Date
44af1502d3 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-06-27 12:41:12 +02:00
d1f454bba2 KeePassXC on linux 2024-06-27 12:41:01 +02:00

View File

@ -20,7 +20,10 @@ let
in rec {
home.packages = with pkgs; [
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;
}