sketchybar: init

This commit is contained in:
Nico 2025-05-03 16:16:03 +10:00
parent cc92b9c72c
commit 37f5757b2c
8 changed files with 257 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
services.skhd.enable = true;
services.sketchybar.enable = true;
system.defaults.NSGlobalDomain._HIHideMenuBar = true;
}