From a6ca159fc55d3e989eb9de85daa396c593bb0a00 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 14 Jul 2026 10:34:26 -0400 Subject: Add jujutsu and other changes --- hosts/RyanMac/configuration.nix | 4 ---- nixos.qcow2 | Bin 0 -> 9043968 bytes users/ryan/home.nix | 1 + users/ryan/modules/sketchybar/bar-config/sketchybarrc | 4 ++-- 4 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 nixos.qcow2 diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index e5b38ca..bb180dd 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix @@ -126,10 +126,6 @@ in { nix = { enable = true; - linux-builder = { - enable = false; # mkfs.erofs seems to be looping - ephemeral = true; - }; settings = { flake-registry = "/etc/nix/flake-registry.json"; trusted-users = [ "@admin" ]; diff --git a/nixos.qcow2 b/nixos.qcow2 new file mode 100644 index 0000000..415abaa Binary files /dev/null and b/nixos.qcow2 differ diff --git a/users/ryan/home.nix b/users/ryan/home.nix index 1c77723..2f1b138 100644 --- a/users/ryan/home.nix +++ b/users/ryan/home.nix @@ -147,6 +147,7 @@ ffmpeg blender nerd-fonts.anonymice + jujutsu ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage diff --git a/users/ryan/modules/sketchybar/bar-config/sketchybarrc b/users/ryan/modules/sketchybar/bar-config/sketchybarrc index 5d4e161..34238b2 100755 --- a/users/ryan/modules/sketchybar/bar-config/sketchybarrc +++ b/users/ryan/modules/sketchybar/bar-config/sketchybarrc @@ -59,7 +59,7 @@ add_popup() { # LEFT — hyprland/workspaces -> yabai spaces # (hyprland/submap has no yabai/macOS analog -> omitted) # ============================================================================ -for sid in 1 2 3 4 5 6 7 8 9 10; do +for sid in 1 2 3 4 5 6 7 8 9; do sketchybar --add space space.$sid left \ --set space.$sid \ space=$sid \ @@ -70,7 +70,7 @@ for sid in 1 2 3 4 5 6 7 8 9 10; do background.drawing=off \ padding_left=5 padding_right=5 \ script="$PLUGIN_DIR/space.sh" \ - click_script="yabai -m space --focus $sid 2>/dev/null" + click_script="osascript -e 'tell application \"System Events\" to key code ${sid} using option down'" done # ============================================================================ -- cgit v1.3