keycloak init

This commit is contained in:
Vivian 2022-09-23 09:52:25 +02:00
parent f8142bf6e7
commit d478e95643
4 changed files with 36 additions and 4 deletions

View file

@ -69,9 +69,14 @@
userName = "Victor";
userEmail = "victor@xirion.net";
};
programs.mako = {
enable = true;
# makoctl mode -a do-not-disturb will hide all notifications, makoctl mode -r do-not-disturb will show them again.
extraConfig = ''
[mode=do-not-disturb]
invisible=1
'';
};
programs.tmux = {