feat: add host IROH, improve hyprland config, add ausweisapp
This commit is contained in:
parent
7c5af81e75
commit
1e8844c6a3
18 changed files with 554 additions and 73 deletions
6
modules/ausweisapp.nix
Normal file
6
modules/ausweisapp.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, ... }: lib.mkIf config.bchmnn.gui.enable {
|
||||
programs.ausweisapp = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue