3
4
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-10-06 04:53:57 +02:00

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

@@ -14,7 +14,7 @@
emacs
iterm2
spotify
unstable.ripes
ripes
bat
bottom
@@ -25,7 +25,7 @@
nix-index
nodejs
tldr
unstable.eza
eza
zellij
pandoc

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