summaryrefslogtreecommitdiff
path: root/nix/programs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-06-03 10:30:38 -0400
committerAndrew Opalach <andrew@akon.city> 2025-06-03 10:30:38 -0400
commit68f39eb867c851acb651f79604aba119ecaa9527 (patch)
tree856a3de46de8196736a8fd4c59395d7192aa8353 /nix/programs
parenta28487fe6fbac72c7b1a752acab42dcc6ab46476 (diff)
downloaddotfiles-68f39eb867c851acb651f79604aba119ecaa9527.tar.gz
dotfiles-68f39eb867c851acb651f79604aba119ecaa9527.tar.bz2
dotfiles-68f39eb867c851acb651f79604aba119ecaa9527.zip
Add some gentoo stuff and update cgit
Diffstat (limited to 'nix/programs')
-rw-r--r--nix/programs/sway.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/nix/programs/sway.nix b/nix/programs/sway.nix
index 5e9cb08..84fa903 100644
--- a/nix/programs/sway.nix
+++ b/nix/programs/sway.nix
@@ -58,6 +58,7 @@ in {
};
home-manager.users.andrew = {
home.sessionVariables = {
+ MAIN_MONITOR="${loc.monitors.monitor1}";
XDG_CURRENT_DESKTOP = "sway";
MOZ_ENABLE_WAYLAND = "1";
SDL_VIDEODRIVER = "wayland";
@@ -339,11 +340,11 @@ in {
services.mako = {
enable = true;
settings = {
- defaultTimeout = 14000;
+ default-timeout = 14000;
font = "${loc.font.name} ${toString loc.ui-font.size}";
- backgroundColor = "#${colo.background}";
- textColor = "#${colo.foreground}";
- borderColor = "#${colo.color6}";
+ background-color = "#${colo.background}";
+ text-color = "#${colo.foreground}";
+ border-color = "#${colo.color6}";
};
};
};