Add flameshot

This commit is contained in:
muon 2025-01-19 19:28:39 +00:00
parent 6aa04da60e
commit 162061ddd3

View file

@ -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 = options.mods.desktop.productivity.enable =
lib.mkEnableOption "enables gui productivity tools"; lib.mkEnableOption "enables gui productivity tools";
@ -35,6 +37,20 @@
home.sessionVariables.BROWSER = "librewolf"; home.sessionVariables.BROWSER = "librewolf";
programs.zsh.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 = { programs.librewolf = {
enable = false; enable = false;
settings = { settings = {