worf: update to nixos-23.11

This commit is contained in:
2023-12-17 01:05:34 +01:00
committed by Felix Albrigtsen
parent e8cfba2d0a
commit bd2cf5d765
4 changed files with 7 additions and 7 deletions

View File

@@ -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
};