Files
old-nixos-dotfiles/user/apps/utils/keepassxc.nix

7 lines
69 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
keepassxc
];
}