worf: update to nixos-23.11
This commit is contained in:
@@ -5,7 +5,7 @@ let
|
||||
in {
|
||||
services.yabai = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.yabai;
|
||||
package = pkgs.yabai;
|
||||
enableScriptingAddition = true;
|
||||
config = {
|
||||
layout = "bsp";
|
||||
@@ -119,7 +119,7 @@ in {
|
||||
|
||||
services.sketchybar = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.sketchybar;
|
||||
package = pkgs.sketchybar;
|
||||
# The config is handled outside of nix, and is placed in ~/.config/sketchybar
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user