From 3a20ab5bcfe5686c310830272cd013de7e829951 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 16 May 2025 20:38:12 +0200 Subject: modules/legacy/mako: Migrate to `by-name` --- modules/home.legacy/conf/default.nix | 1 - modules/home.legacy/conf/mako/default.nix | 49 ------------------------------- 2 files changed, 50 deletions(-) delete mode 100644 modules/home.legacy/conf/mako/default.nix (limited to 'modules/home.legacy/conf') diff --git a/modules/home.legacy/conf/default.nix b/modules/home.legacy/conf/default.nix index 22bf50b6..622f32d5 100644 --- a/modules/home.legacy/conf/default.nix +++ b/modules/home.legacy/conf/default.nix @@ -21,7 +21,6 @@ ./keepassxc ./latexindent ./mail - ./mako ./mbsync ./mumble ./neomutt diff --git a/modules/home.legacy/conf/mako/default.nix b/modules/home.legacy/conf/mako/default.nix deleted file mode 100644 index 60400987..00000000 --- a/modules/home.legacy/conf/mako/default.nix +++ /dev/null @@ -1,49 +0,0 @@ -# nixos-config - My current NixOS configuration -# -# Copyright (C) 2025 Benedikt Peetz -# SPDX-License-Identifier: GPL-3.0-or-later -# -# This file is part of my nixos-config. -# -# You should have received a copy of the License along with this program. -# If not, see . -{...}: { - services.mako = { - enable = true; - backgroundColor = "#2e3440"; - borderColor = "#88c0d0"; - borderRadius = 25; - borderSize = 2; - defaultTimeout = 5000; - font = "Source Code Pro 10"; - width = 500; - height = 500; - icons = true; - ignoreTimeout = true; - layer = "overlay"; - markup = true; # TODO: - maxIconSize = 64; - sort = "-time"; - extraConfig = '' - [urgency=low] - border-color=#cccccc - - [urgency=normal] - border-color=#d08770 - - [urgency=high] - border-size=3 - border-color=#bf616a - default-timeout=0 - - [urgency=critical] - border-size=4 - border-color=#bf616a - default-timeout=0 - - [category=mpd] - default-timeout=2000 - group-by=category - ''; - }; -} -- cgit 1.4.1