feat: expand systemd notify service with libnotify option

This commit is contained in:
Felix Schröter 2023-01-06 19:03:57 +01:00
parent 2afe18d1ce
commit 1da5ce612e
Signed by: felschr
GPG key ID: 671E39E6744C807D
5 changed files with 120 additions and 79 deletions

View file

@ -68,7 +68,7 @@
};
nixosModules = {
flakeDefaults = import ./modules/flakeDefaults.nix;
emailNotify = import ./modules/emailNotify.nix;
systemdNotify = import ./modules/systemdNotify.nix;
};
homeManagerModules = { git = import ./home/modules/git.nix; };
systemDefaults = {