chore: darwin update

This commit is contained in:
winston 2023-11-15 20:34:33 +01:00
parent c68410ae0c
commit ac2dc1434c
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 16 additions and 4 deletions

View file

@ -1,4 +1,8 @@
{lib, ...}: { {
lib,
pkgs,
...
}: {
# manipulate the global /etc/zshenv for PATH, etc. # manipulate the global /etc/zshenv for PATH, etc.
programs.zsh.enable = true; programs.zsh.enable = true;
@ -13,6 +17,13 @@
services = { services = {
yabai = { yabai = {
enable = true; enable = true;
package = pkgs.yabai.overrideAttrs (prev: {
version = "6.0.1";
src = pkgs.fetchzip {
inherit (prev.src) url;
hash = "sha256-CXkGVoJcGSkooxe7eIhwaM6FkOI45NVw5jdLJAzgFBM=";
};
});
enableScriptingAddition = true; enableScriptingAddition = true;
logFile = "/var/tmp/yabai.log"; logFile = "/var/tmp/yabai.log";
config = { config = {

View file

@ -24,6 +24,7 @@
"alfred" "alfred"
"bitwarden" "bitwarden"
"blender" "blender"
"eloston-chromium"
"iina" "iina"
"imageoptim" "imageoptim"
"jetbrains-toolbox" "jetbrains-toolbox"
@ -48,9 +49,9 @@
(skipSha "sizzy") (skipSha "sizzy")
# drivers # drivers
"homebrew/cask-drivers/elgato-wave-link" "elgato-wave-link"
"homebrew/cask-drivers/uhk-agent" "uhk-agent"
(noQuarantine "homebrew/cask-drivers/vial") (noQuarantine "vial")
]; ];
taps = ["homebrew/cask"]; taps = ["homebrew/cask"];
}; };