From 80c1d840617439fd54995af8310c2a64a8ae2917 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 24 Jun 2024 23:57:00 +0200 Subject: [PATCH] Fix typo in swappy config category name --- home/packages/gui/wayland/swappy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/packages/gui/wayland/swappy.nix b/home/packages/gui/wayland/swappy.nix index 9a96d09..6f32ec1 100644 --- a/home/packages/gui/wayland/swappy.nix +++ b/home/packages/gui/wayland/swappy.nix @@ -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;