feat: No sketchybar on non-mac

This commit is contained in:
fsc0131y
2024-05-13 23:40:53 +02:00
parent ca5e72ddc0
commit 14fad69d6f

View File

@@ -122,7 +122,7 @@ in {
}; };
programs = { programs = {
sketchybar.enable = true; sketchybar.enable = device.isMac;
atuin = { atuin = {
settings = { settings = {
auto_sync = true; auto_sync = true;