dotfiles/etc/apps/keepassxc.nix
2024-05-18 01:10:04 +02:00

9 lines
92 B
Nix
Executable file

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