nixvimConfig/modules/nixOS/features/ausweisapp.nix

7 lines
81 B
Nix
Raw Normal View History

2024-08-22 17:27:42 +02:00
_:{
programs.ausweisapp = {
enable = true;
openFirewall = true;
};
}