nixos-config/home/ausweisapp.nix

7 lines
73 B
Nix
Raw Permalink Normal View History

2020-11-07 11:58:17 +01:00
{ config, pkgs, ... }:
2024-05-26 16:45:38 +02:00
with pkgs;
{
2025-12-09 22:41:14 +01:00
home.packages = [ ausweisapp ];
2020-11-07 11:58:17 +01:00
}