mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 17:24:35 +00:00
Fix typo in swappy config category name
This commit is contained in:
parent
067b829d5a
commit
80c1d84061
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue