diff --git a/modules/home/desktop/productivity.nix b/modules/home/desktop/productivity.nix index ade6f7f..c478044 100644 --- a/modules/home/desktop/productivity.nix +++ b/modules/home/desktop/productivity.nix @@ -1,4 +1,6 @@ -{ pkgs, lib, config, osConfig, ... }: { +{ pkgs, lib, config, osConfig, ... }: +let color = config.lib.stylix.colors.withHashtag; +in with lib; { options.mods.desktop.productivity.enable = lib.mkEnableOption "enables gui productivity tools"; @@ -35,6 +37,20 @@ home.sessionVariables.BROWSER = "librewolf"; programs.zsh.sessionVariables.BROWSER = "librewolf"; + services.flameshot = { + enable = true; + settings = { + General = { + disabledTrayIcon = true; + showStartupLaunchMessage = false; + startupLaunch = false; + + uiColor = color.base01; + contrastUiColor = color.base00; + }; + }; + }; + programs.librewolf = { enable = false; settings = {