flameshot: text for configFile
This commit is contained in:
parent
e10d94f984
commit
cd3715f21a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue