aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/RyanMac/configuration.nix4
-rw-r--r--nixos.qcow2bin0 -> 9043968 bytes
-rw-r--r--users/ryan/home.nix1
-rwxr-xr-xusers/ryan/modules/sketchybar/bar-config/sketchybarrc4
4 files changed, 3 insertions, 6 deletions
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 {
126 126
127 nix = { 127 nix = {
128 enable = true; 128 enable = true;
129 linux-builder = {
130 enable = false; # mkfs.erofs seems to be looping
131 ephemeral = true;
132 };
133 settings = { 129 settings = {
134 flake-registry = "/etc/nix/flake-registry.json"; 130 flake-registry = "/etc/nix/flake-registry.json";
135 trusted-users = [ "@admin" ]; 131 trusted-users = [ "@admin" ];
diff --git a/nixos.qcow2 b/nixos.qcow2
new file mode 100644
index 0000000..415abaa
--- /dev/null
+++ b/nixos.qcow2
Binary files 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 @@
147 ffmpeg 147 ffmpeg
148 blender 148 blender
149 nerd-fonts.anonymice 149 nerd-fonts.anonymice
150 jujutsu
150 ]; 151 ];
151 152
152 # Home Manager is pretty good at managing dotfiles. The primary way to manage 153 # 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() {
59# LEFT — hyprland/workspaces -> yabai spaces 59# LEFT — hyprland/workspaces -> yabai spaces
60# (hyprland/submap has no yabai/macOS analog -> omitted) 60# (hyprland/submap has no yabai/macOS analog -> omitted)
61# ============================================================================ 61# ============================================================================
62for sid in 1 2 3 4 5 6 7 8 9 10; do 62for sid in 1 2 3 4 5 6 7 8 9; do
63 sketchybar --add space space.$sid left \ 63 sketchybar --add space space.$sid left \
64 --set space.$sid \ 64 --set space.$sid \
65 space=$sid \ 65 space=$sid \
@@ -70,7 +70,7 @@ for sid in 1 2 3 4 5 6 7 8 9 10; do
70 background.drawing=off \ 70 background.drawing=off \
71 padding_left=5 padding_right=5 \ 71 padding_left=5 padding_right=5 \
72 script="$PLUGIN_DIR/space.sh" \ 72 script="$PLUGIN_DIR/space.sh" \
73 click_script="yabai -m space --focus $sid 2>/dev/null" 73 click_script="osascript -e 'tell application \"System Events\" to key code ${sid} using option down'"
74done 74done
75 75
76# ============================================================================ 76# ============================================================================