feat: No sketchybar on non-mac
This commit is contained in:
@@ -122,7 +122,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
sketchybar.enable = true;
|
sketchybar.enable = device.isMac;
|
||||||
atuin = {
|
atuin = {
|
||||||
settings = {
|
settings = {
|
||||||
auto_sync = true;
|
auto_sync = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user