9 lines
92 B
Nix
Executable file
9 lines
92 B
Nix
Executable file
{ pkgs, config, ... }:
|
|
{
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
keepassxc
|
|
];
|
|
}
|
|
|