diff --git a/home/modules/flameshot.nix b/home/modules/flameshot.nix index a4cc6dc..dd5f07d 100644 --- a/home/modules/flameshot.nix +++ b/home/modules/flameshot.nix @@ -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"; + }; + }; }; }; diff --git a/hosts/snowhawk/home.nix b/hosts/snowhawk/home.nix index ff37597..2e5f6dd 100644 --- a/hosts/snowhawk/home.nix +++ b/hosts/snowhawk/home.nix @@ -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;