feat(home-pc): add ausweisapp
This commit is contained in:
parent
b443dc6a66
commit
c54373bac7
4 changed files with 14 additions and 0 deletions
5
home/ausweisapp.nix
Normal file
5
home/ausweisapp.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
with pkgs; {
|
||||
home.packages = [ AusweisApp2 ];
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
./signal.nix
|
||||
./browsers
|
||||
./planck.nix
|
||||
./ausweisapp.nix
|
||||
];
|
||||
|
||||
services.redshift = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue