some hyprland updates

This commit is contained in:
mjallen18
2025-06-25 18:42:52 -05:00
parent e436f4e543
commit 24fa8c6569
11 changed files with 306 additions and 222 deletions

View File

@@ -1,8 +1,12 @@
{ pkgs, ... }:
let
theme = import ../../theme.nix { inherit pkgs; };
in
{
services.mako = {
enable = true;
settings = {
font = "monospace 12";
font = theme.fontName;
icons = false;
ignore-timeout = true;
sort = "-time";