[service] enabled and configured mako

This commit is contained in:
Simon Cornet 2024-03-29 23:35:59 +01:00
parent 6fc8077a97
commit 50f2629637
4 changed files with 36 additions and 0 deletions

View File

@ -7,6 +7,7 @@
./clipse ./clipse
./git ./git
./hyprland ./hyprland
./mako
./mpv ./mpv
./ssh ./ssh
./theme ./theme

View File

@ -0,0 +1 @@
{ ... }: { imports = [ ./mako.nix ]; }

33
nix/home/mako/mako.nix Normal file
View File

@ -0,0 +1,33 @@
{ config, pkgs, ... }:
{
# mako
services = {
mako = {
enable = true;
# sorting
sort = "-time";
# location
anchor = "top-right";
layer = "top";
padding = "20,20,10";
margin = "10,10,10";
# theme
font = "Ubuntu Light 12";
# size
width = 350;
height = 125;
# colors
backgroundColor = "#15121b";
textColor = "#fab387";
borderColor = "#3d66b9";
borderSize = 2;
borderRadius = 8;
};
};
}

View File

@ -28,6 +28,7 @@
unstable.hyprlock unstable.hyprlock
imagemagick imagemagick
jq jq
libnotify
lxappearance-gtk2 lxappearance-gtk2
unstable.satty unstable.satty
slurp slurp