mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add flameshot
This commit is contained in:
parent
6aa04da60e
commit
162061ddd3
1 changed files with 17 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue