flameshot: text for configFile

main
Zynh Ludwig 2024-07-30 23:15:14 -07:00
parent e10d94f984
commit cd3715f21a
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home.packages = with pkgs; [ flameshot ]; 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;
}; };
} }