dotfiles/hosts/strix/apps/keepassxc.nix

9 lines
92 B
Nix
Executable file

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