diff --git a/modules/home/gui/apps/tools/flameshot/default.nix b/modules/home/gui/apps/tools/flameshot/default.nix index 0e6a025..138f47e 100755 --- a/modules/home/gui/apps/tools/flameshot/default.nix +++ b/modules/home/gui/apps/tools/flameshot/default.nix @@ -16,20 +16,20 @@ # }); # in { - # services.flameshot = { - # enable = true; - # # package = flameshotGrim; - # settings = { - # General = { - # disabledTrayIcon = false; - # showStartupLaunchMessage = false; - # # disabledGrimWarning = false; - # }; - # }; - # }; - home.packages = builtins.attrValues { - inherit (pkgs) - flameshot - ; + services.flameshot = { + enable = true; + # package = flameshotGrim; + settings = { + General = { + disabledTrayIcon = false; + showStartupLaunchMessage = false; + # disabledGrimWarning = false; + }; + }; }; + # home.packages = builtins.attrValues { + # inherit (pkgs) + # flameshot + # ; + # }; }