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.
programs.zsh.enable = true;
@ -13,6 +17,13 @@
services = {
yabai = {
enable = true;
package = pkgs.yabai.overrideAttrs (prev: {
version = "6.0.1";
src = pkgs.fetchzip {
inherit (prev.src) url;
hash = "sha256-CXkGVoJcGSkooxe7eIhwaM6FkOI45NVw5jdLJAzgFBM=";
};
});
enableScriptingAddition = true;
logFile = "/var/tmp/yabai.log";
config = {

View file

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