mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove mako since i don't use it anymore
This commit is contained in:
parent
8b23576ddf
commit
72899ff8c3
1 changed files with 0 additions and 25 deletions
|
|
@ -1,25 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
# services = {
|
||||
# mako = {
|
||||
# enable = true;
|
||||
# font = "JetBrainsMono Nerd Font 12";
|
||||
# padding = "15";
|
||||
# defaultTimeout = 5000;
|
||||
# borderSize = 2;
|
||||
# borderRadius = 5;
|
||||
# backgroundColor = "#1e1e2e";
|
||||
# borderColor = "#b4befe";
|
||||
# progressColor = "over #313244";
|
||||
# textColor = "#cdd6f4";
|
||||
# icons = true;
|
||||
# actions = true;
|
||||
# extraConfig = ''
|
||||
# text-alignment=center
|
||||
# [urgency=high]
|
||||
# default-timeout=100000000
|
||||
# border-color=#fab387
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue