flameshot: make my only config the default
This commit is contained in:
parent
ce5bce2409
commit
0131d3eaa3
2 changed files with 8 additions and 10 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue