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,4 +1,7 @@
{config, pkgs, lib, ...}: { {config, pkgs, lib, ...}: {
environment.systemPackages = with pkgs; [
sketchybar
];
services.sketchybar = { services.sketchybar = {
enable = true; enable = true;
config = '' config = ''

View File

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