This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-08-22 14:34:00 +02:00
parent 83af085bd6
commit de8e26e6e3
8 changed files with 849 additions and 415 deletions

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }@all: with all;
{ config, pkgs, ... }@all: with all;
{
home.packages = with pkgs; [ libnotify ];
services.mako = with rice; {
enable = true;
enable = if config.programs.hyprpanel.enable then false else true;
settings = {
default-timeout = 5000; # in ms
background-color = color.background;