dotfiles/nixos/apps/keepassxc.nix
2024-04-28 11:35:35 +02:00

9 lines
92 B
Nix
Executable file

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