updated paperwm

This commit is contained in:
Tyler Mayoff 2025-09-15 14:51:47 -04:00
parent a0703547e6
commit 6fdc4ae0d2
No known key found for this signature in database
GPG key ID: FAE8714D991290A9
3 changed files with 4 additions and 6 deletions

View file

@ -27,7 +27,6 @@
fd fd
glow glow
git git
unstable.jujutsu
fzf fzf
just just

View file

@ -49,8 +49,6 @@ in {
fnm fnm
pipenv
sketchybar sketchybar
lua lua
@ -91,6 +89,7 @@ in {
"python@${py_ver}" "python@${py_ver}"
"rsync" "rsync"
"jq" "jq"
"pipenv"
"ffmpeg" "ffmpeg"
"wget" "wget"
"ios-deploy" "ios-deploy"

View file

@ -4,8 +4,8 @@
source = pkgs.fetchFromGitHub { source = pkgs.fetchFromGitHub {
owner = "mogenson"; owner = "mogenson";
repo = "PaperWM.spoon"; repo = "PaperWM.spoon";
rev = "5bc47411eaf4dbbfb950d23d1ec7daf3a0427470"; rev = "bc8291448d8b3e977a097b33b0626f43c16bd3b3";
hash = "sha256-YBwa8tmo8hTpuZLFJ8JjAzkNF9+4xGSBuE3ziuHVg74="; hash = "sha256-/YGzldTfWWuKRZcvQHp+2p+hxtQk90midKQJ2SvPKZQ=";
}; };
}; };
@ -22,7 +22,7 @@
source = pkgs.fetchFromGitHub { source = pkgs.fetchFromGitHub {
owner = "mogenson"; owner = "mogenson";
repo = "WarpMouse.spoon"; repo = "WarpMouse.spoon";
rev = "409af58ed729a901a440572ac8e69e5b036ae0d5"; rev = "c7f51d07aba13884648f05d116a0074e08f2e644";
hash = "sha256-sVWmljTKdi+uhzdS+cUuTzrv3qJpSJsRa8GDa9SRgDg="; hash = "sha256-sVWmljTKdi+uhzdS+cUuTzrv3qJpSJsRa8GDa9SRgDg=";
}; };
}; };