mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +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 ];
|
home.packages = with pkgs; [ swappy ];
|
||||||
|
|
||||||
xdg.configFile."swappy/config".text = lib.generators.toINI {} {
|
xdg.configFile."swappy/config".text = lib.generators.toINI {} {
|
||||||
General = {
|
Default = {
|
||||||
save_dir = "${config.xdg.userDirs.extraConfig.XDG_SCREENSHOTS_DIR}";
|
save_dir = "${config.xdg.userDirs.extraConfig.XDG_SCREENSHOTS_DIR}";
|
||||||
save_filename_format = "Screenshot_%Y-%M-%d_%H-%M-%S.png";
|
save_filename_format = "Screenshot_%Y-%M-%d_%H-%M-%S.png";
|
||||||
show_panel = false;
|
show_panel = false;
|
||||||
|
|
Loading…
Reference in a new issue