diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-12-09 09:15:23 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-12-09 09:15:23 -0800 |
| commit | 543fcc38c9c48349d6988b1ace119f0cef2d6efa (patch) | |
| tree | ae8174b09797fd19e365f60bf25a9d20b222c855 /home/profiles/mako.nix | |
| parent | install kind / configure the dock (diff) | |
| download | infra-543fcc38c9c48349d6988b1ace119f0cef2d6efa.tar.gz | |
delete even more unused configurations
Diffstat (limited to '')
| -rw-r--r-- | home/profiles/mako.nix | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/home/profiles/mako.nix b/home/profiles/mako.nix deleted file mode 100644 index f31b417..0000000 --- a/home/profiles/mako.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - home.packages = [ - pkgs.libnotify - ]; - - # All the options are documented via `man 5 mako` - services.mako = { - enable = true; - font = "Roboto"; - backgroundColor = "#000021DD"; - textColor = "#FFFFFFFF"; - borderSize = 0; - borderRadius = 15; - icons = true; - iconPath = "${pkgs.moka-icon-theme}/share/icons/Moka"; - markup = true; - actions = true; - defaultTimeout = 3000; - padding = "20"; - height = 180; - width = 400; - layer = "overlay"; - }; -} |
