❄ Personal NixOS Flake Manager
nixos home-manager go nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(flake): add notifier to home manager module

Fuwn 9edb89a8 d19e14a3

+5
+5
flake.nix
··· 105 105 default = false; 106 106 }; 107 107 108 + notifier = mkOption { 109 + type = types.str; 110 + default = "notify-send"; 111 + }; 112 + 108 113 flake = mkOption { 109 114 type = types.str; 110 115 default = "";