diff --git a/hosts/snowhawk/home.nix b/hosts/snowhawk/home.nix index 1609681..4cae943 100644 --- a/hosts/snowhawk/home.nix +++ b/hosts/snowhawk/home.nix @@ -30,6 +30,15 @@ in homeNetwork = true; }; + snowhawk.flameshot.config = { + General = { + contrastOpacity = 188; + contrastUiColor = "#8affc1"; + drawColor = "#00ff00"; + uiColor = "#007d96"; + }; + }; + xsession.numlock.enable = true; services.unclutter.enable = true;