nix-config

My personal nixos and home-manager configuration
Log | Files | Refs | README

commit b54913b3edd2a110b3c7dabfc0ec6018ceac0dec
parent 9ae1f95466d34df2c8cbf61b161d9911ed4ccf4e
Author: benjamin paul <bpaul@bpaul.xyz>
Date:   Fri,  2 Jul 2021 17:13:25 +1000

Fix dunst config stuff

Diffstat:
Mhome/modules/graphical/dunst.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/home/modules/graphical/dunst.nix b/home/modules/graphical/dunst.nix @@ -4,7 +4,7 @@ with lib; { options.dunst = { - enable = mkEnableOption "dunst"; + enable = mkEnableOption "Dunst"; geometry = { width = mkOption { @@ -49,7 +49,7 @@ with lib; global = { follow = "keyboard"; - geometry = (g: "${g.width}x${g.height}-${g.x}+${g.y}") config.dunst.geometry; + geometry = (g: "${toString g.width}x${toString g.height}-${toString g.x}+${toString g.y}") config.dunst.geometry; #corner_radius = 0; #transparency = 0;