diff --git a/home/modules/flameshot.nix b/home/modules/flameshot.nix index 8d800f9..a4cc6dc 100644 --- a/home/modules/flameshot.nix +++ b/home/modules/flameshot.nix @@ -17,6 +17,6 @@ in config = lib.mkIf cfg.enable { home.packages = with pkgs; [ flameshot ]; - xdg.configFile."flameshot/flameshot.ini" = lib.generators.toINI { } cfg.config; + xdg.configFile."flameshot/flameshot.ini".text = lib.generators.toINI { } cfg.config; }; }