fix noti and pushover

This commit is contained in:
Ingolf Wagner 2023-08-23 10:02:42 +02:00
parent e47040cace
commit b26401cb83
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
5 changed files with 49 additions and 9 deletions
nixos/components/gui/home-manager

View file

@ -18,10 +18,6 @@ with lib;
home-manager.users.mainUser = {
# notify me when a command is finished
programs.noti.enable = true;
programs.git = {
enable = true;
userName = "Ingolf Wagner";