fix: set display spanning to false because otherwise yabai doesn't work; homebrew changes

This commit is contained in:
ahwx 2026-02-13 14:02:41 +01:00
parent 69cf748a63
commit 4d552e4005

View file

@ -8,7 +8,7 @@
imports = [
# ./../../modules/core/homebrew.nix
./../../modules/core/user.nix
./../../modules/core/skhd.nix
# ./../../modules/core/skhd.nix
./../../modules/core/yabai.nix
#./../../modules/core/virtualization.nix
#./../../modules/services/tailscale.nix
@ -35,17 +35,18 @@
iCal."first day of week" = "Monday";
screencapture.include-date = true;
screencapture.type = "png";
spaces.spans-displays = true;
spaces.spans-displays = false;
};
};
nixpkgs.hostPlatform = "aarch64-darwin";
homebrew = {
enable = true;
#taps = {
# "homebrew/homebrew-core" = inputs.homebrew-core;
# "homebrew/homebrew-cask" = inputs.homebrew-cask;
#};
taps = [
"homebrew/homebrew-core"
"homebrew/homebrew-cask"
# "FelixKratz/formulae"
];
onActivation = {
autoUpdate = true;
cleanup = "uninstall";
@ -58,6 +59,7 @@
brews = [
"imagemagick"
"virt-manager"
# "svim"
];
casks = [
"qbittorrent"
@ -81,6 +83,8 @@
"mullvad-vpn"
"maccy"
"spotmenu"
# "svim"
# "font-sketchybar-app-font"
];
};