dotfiles/nix/apps/keepassxc.nix
2024-07-31 07:17:52 +02:00

9 lines
92 B
Nix
Executable file

{ pkgs, config, ... }:
{
environment.systemPackages = with pkgs; [
keepassxc
];
}