KeePassXC on linux
This commit is contained in:
parent
f2e594275e
commit
d1f454bba2
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user