mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Fix flameshot
This commit is contained in:
parent
4608dd6f33
commit
4fd01683dc
3 changed files with 18 additions and 15 deletions
|
|
@ -7,6 +7,7 @@
|
|||
...
|
||||
}: let
|
||||
cfg = osConfig.mods;
|
||||
color = config.lib.stylix.colors.withHashtag;
|
||||
in {
|
||||
# Modules
|
||||
mods.xdg.enable = true;
|
||||
|
|
@ -45,6 +46,20 @@ in {
|
|||
# Non-free </3
|
||||
++ [google-cloud-sdk google-cloud-sql-proxy];
|
||||
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
disabledTrayIcon = true;
|
||||
showStartupLaunchMessage = false;
|
||||
startupLaunch = true;
|
||||
|
||||
uiColor = color.base01;
|
||||
contrastUiColor = color.base00;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Hardware preferences
|
||||
## Monitors
|
||||
xsession.windowManager.i3.config.workspaceOutputAssign = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue