Added Krita and OBS to managed homebrew casks

This commit is contained in:
lulusilly 2026-03-03 19:49:47 -04:00
parent cac2880e66
commit c5fb8022ff
2 changed files with 6 additions and 16 deletions

View file

@ -49,14 +49,14 @@
navlayer (layer-while-held nav) navlayer (layer-while-held nav)
caps (tap-hold $tap-time $hold-time (tap-dance 200 (esc caps)) @navlayer) caps (tap-hold $tap-time $hold-time (tap-dance 200 (esc caps)) @navlayer)
;; Home row mods ;; Home row mods
a (tap-hold $tap-time $hold-time a lmet) a (tap-hold $tap-time $hold-time a lctl)
s (tap-hold $tap-time $hold-time s lalt) s (tap-hold $tap-time $hold-time s lalt)
d (tap-hold $tap-time $hold-time d lctl) d (tap-hold $tap-time $hold-time d lmet)
f (tap-hold $tap-time $hold-time f lsft) f (tap-hold $tap-time $hold-time f lsft)
j (tap-hold $tap-time $hold-time j rsft) j (tap-hold $tap-time $hold-time j rsft)
k (tap-hold $tap-time $hold-time k lctl) k (tap-hold $tap-time $hold-time k lmet)
l (tap-hold $tap-time $hold-time l lalt) l (tap-hold $tap-time $hold-time l lalt)
scln (tap-hold $tap-time $hold-time scln rmet) scln (tap-hold $tap-time $hold-time scln rctl)
;; Numpad layer ;; Numpad layer
numpad (layer-while-held num) numpad (layer-while-held num)
g (tap-hold $tap-time $hold-time g @numpad) g (tap-hold $tap-time $hold-time g @numpad)

View file

@ -31,8 +31,6 @@
neovim # Text editor of choice neovim # Text editor of choice
htop # Resource manager htop # Resource manager
iina # Media player iina # Media player
yabai # Tiling window manager
skhd # Hotkey daemon
# raycast # AI chat/Application launcher/Automation tool # raycast # AI chat/Application launcher/Automation tool
# kanata # Keyboard remapping tool # kanata # Keyboard remapping tool
]; ];
@ -42,7 +40,6 @@
taps = []; taps = [];
brews = [ brews = [
"kanata" "kanata"
#"hugo"
"mpv" "mpv"
"lua" "lua"
"luarocks" "luarocks"
@ -59,18 +56,11 @@
"foobar2000" "foobar2000"
"android-platform-tools" "android-platform-tools"
"zen" "zen"
"obs"
"krita"
]; ];
}; };
/*services.yabai = {
enable = true;
extraConfig = builtins.readFile ./dotfiles/yabai/yabairc;
};*/
/* services.skhd = {
enable = true;
skhdConfig = builtins.readFile ./dotfiles/skhd/skhdrc;
};*/
system.primaryUser = "erogers"; system.primaryUser = "erogers";
system.defaults = { system.defaults = {
dock.autohide = true; dock.autohide = true;