feat(home-pc): add ausweisapp

This commit is contained in:
Felix Schröter 2020-11-07 11:58:17 +01:00
parent b443dc6a66
commit c54373bac7
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
4 changed files with 14 additions and 0 deletions

5
home/ausweisapp.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
with pkgs; {
home.packages = [ AusweisApp2 ];
}

View file

@ -13,6 +13,7 @@
./signal.nix
./browsers
./planck.nix
./ausweisapp.nix
];
services.redshift = {