universeair: (TODO) Configure SketchyBar

This commit is contained in:
2024-01-29 13:55:24 -05:00
parent 02b7ac7e78
commit a7f794f65b
2 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,11 @@
{config, pkgs, lib, ...}: {
imports = [
# Custom Bar
./sketchybar.nix
# ./sketchybar.nix
# TODO: Customize Bar Later
];
environment.systemPackages = with pkgs; [
yabai
];
services.yabai = {
enable = true;