4 lines
57 B
Nix
4 lines
57 B
Nix
|
{ pkgs, ... }: {
|
||
|
home.packages = [ pkgs.keepassxc ];
|
||
|
}
|