Fix typo in swappy config category name

This commit is contained in:
ItsDrike 2024-06-24 23:57:00 +02:00
parent 067b829d5a
commit 80c1d84061
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -13,7 +13,7 @@ in {
home.packages = with pkgs; [ swappy ];
xdg.configFile."swappy/config".text = lib.generators.toINI {} {
General = {
Default = {
save_dir = "${config.xdg.userDirs.extraConfig.XDG_SCREENSHOTS_DIR}";
save_filename_format = "Screenshot_%Y-%M-%d_%H-%M-%S.png";
show_panel = false;