some hyprland updates
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user