flameshot: make my only config the default

main
Zynh Ludwig 2024-09-17 22:23:18 -07:00
parent ce5bce2409
commit 0131d3eaa3
2 changed files with 8 additions and 10 deletions

View File

@ -10,7 +10,14 @@ in
config = lib.mkOption {
type = with lib.types; attrsOf attrs;
description = "the flameshot config as an attrs of attrs";
default = { };
default = {
General = {
contrastOpacity = 188;
contrastUiColor = "#8affc1";
drawColor = "#00ff00";
uiColor = "#007d96";
};
};
};
};

View File

@ -37,15 +37,6 @@
homeNetwork = true;
};
snowhawk.flameshot.config = {
General = {
contrastOpacity = 188;
contrastUiColor = "#8affc1";
drawColor = "#00ff00";
uiColor = "#007d96";
};
};
xsession.numlock.enable = true;
services.unclutter.enable = true;