aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/apps/mako.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-08-09 01:21:53 -0400
committerRosa <rosaontheweb@proton.me>2026-08-09 01:21:53 -0400
commit983bfb52a200a94b17ad280e10eeeec7683affba (patch)
tree2e79cac1afdc640537b252a04f9af99f2bb3d968 /modules/user/desktop/apps/mako.nix
parentafc0ab72138a6058a9ca98f2cbe13c21f88daa7d (diff)
start rewriterefactor
Diffstat (limited to 'modules/user/desktop/apps/mako.nix')
-rw-r--r--modules/user/desktop/apps/mako.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/user/desktop/apps/mako.nix b/modules/user/desktop/apps/mako.nix
deleted file mode 100644
index ef0d703..0000000
--- a/modules/user/desktop/apps/mako.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ config, ... }:
-{
- services.mako.settings = {
- background-color = "#11111b";
- border-color = "#cba6f7";
- default-timeout = 5000;
- font = "FiraCode Nerd Font 10";
- margin = 6; # AAAAAAAAAAA
- padding = 4;
- progress-color = "#a6e3a1";
- };
-}