summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-18 11:35:11 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-18 11:35:11 -0400
commit553317f345a71e7807ff1cf9e178bf026ec647de (patch)
treed5c0acba330aba6ec5596592ceba003ad56882b8
parentadd notifications to astal (diff)
downloaddotfiles-nix-553317f345a71e7807ff1cf9e178bf026ec647de.tar.gz
dotfiles-nix-553317f345a71e7807ff1cf9e178bf026ec647de.tar.bz2
dotfiles-nix-553317f345a71e7807ff1cf9e178bf026ec647de.zip
retire mako
Diffstat (limited to '')
-rw-r--r--programs/mako/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/mako/default.nix b/programs/mako/default.nix
index 2e28e74..94b0cd9 100644
--- a/programs/mako/default.nix
+++ b/programs/mako/default.nix
@@ -5,7 +5,7 @@
}: {
home-manager.users.${config.user} = {
services.mako = {
- enable = true;
+ enable = false; # now using astal
settings = {
font = "${config.theme.font.monospace} 11";