Loading nixos/modules/services/desktops/dunst.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ... }: let toml = pkgs.formats.toml { }; gitIni = pkgs.formats.gitIni { }; cfg = config.services.dunst; in { Loading @@ -22,7 +22,7 @@ in }; settings = lib.mkOption { type = toml.type; type = gitIni.type; default = { }; description = "Dunst configuration, see dunst(5)"; example = lib.literalExpression '' Loading Loading @@ -69,7 +69,7 @@ in environment = { systemPackages = [ cfg.package ]; etc."xdg/dunst/dunstrc".source = toml.generate "dunstrc" cfg.settings; etc."xdg/dunst/dunstrc".source = gitIni.generate "dunstrc" cfg.settings; }; services.dbus.packages = [ cfg.package ]; Loading Loading
nixos/modules/services/desktops/dunst.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ... }: let toml = pkgs.formats.toml { }; gitIni = pkgs.formats.gitIni { }; cfg = config.services.dunst; in { Loading @@ -22,7 +22,7 @@ in }; settings = lib.mkOption { type = toml.type; type = gitIni.type; default = { }; description = "Dunst configuration, see dunst(5)"; example = lib.literalExpression '' Loading Loading @@ -69,7 +69,7 @@ in environment = { systemPackages = [ cfg.package ]; etc."xdg/dunst/dunstrc".source = toml.generate "dunstrc" cfg.settings; etc."xdg/dunst/dunstrc".source = gitIni.generate "dunstrc" cfg.settings; }; services.dbus.packages = [ cfg.package ]; Loading