diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-18 11:35:11 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-18 11:35:11 -0400 |
commit | 553317f345a71e7807ff1cf9e178bf026ec647de (patch) | |
tree | d5c0acba330aba6ec5596592ceba003ad56882b8 /programs/mako/default.nix | |
parent | add notifications to astal (diff) | |
download | dotfiles-nix-553317f345a71e7807ff1cf9e178bf026ec647de.tar.gz dotfiles-nix-553317f345a71e7807ff1cf9e178bf026ec647de.tar.bz2 dotfiles-nix-553317f345a71e7807ff1cf9e178bf026ec647de.zip |
retire mako
Diffstat (limited to '')
-rw-r--r-- | programs/mako/default.nix | 2 |
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"; |