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
# ============================================================================