chore: update service configurations and update to manually compiled yabai
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"1password"
|
"1password"
|
||||||
"firefox"
|
|
||||||
"lunar"
|
"lunar"
|
||||||
"orcaslicer"
|
"orcaslicer"
|
||||||
"raycast"
|
"raycast"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
services = {
|
services = {
|
||||||
aerospace = {
|
aerospace = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
key-mapping = {
|
key-mapping = {
|
||||||
preset = "qwerty";
|
preset = "qwerty";
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
# ./aerospace.nix
|
./aerospace.nix
|
||||||
# ./ollama.nix
|
# ./ollama.nix
|
||||||
# ./skhd.nix
|
./skhd.nix
|
||||||
# ./yabai.nix
|
./yabai.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
services = {
|
services = {
|
||||||
yabai = {
|
yabai = {
|
||||||
enable = false;
|
enable = true;
|
||||||
enableScriptingAddition = true;
|
enableScriptingAddition = true;
|
||||||
config = {
|
config = {
|
||||||
mouse_follows_focus = "on";
|
mouse_follows_focus = "on";
|
||||||
|
|||||||
@@ -236,10 +236,10 @@
|
|||||||
src = inputs.immich;
|
src = inputs.immich;
|
||||||
});
|
});
|
||||||
yabai = prev.yabai.overrideAttrs (oldAttrs: {
|
yabai = prev.yabai.overrideAttrs (oldAttrs: {
|
||||||
version = "7.2.16";
|
version = "7.1.15";
|
||||||
src = final.fetchzip {
|
src = final.fetchzip {
|
||||||
url = "https://git.darksailor.dev/servius/yabai-bin/raw/commit/f236ad5aafb98a25fdd73384de1fd41524b53dfb/yabai-v7.2.16.tar.gz";
|
url = "https://git.darksailor.dev/servius/yabai-bin/raw/commit/cedc50758c21844d71ad07a60515657baa9ea1e0/yabai-v7.1.15.tar.gz";
|
||||||
hash = "sha256-h+3Hnk+kVThz3JwxYjL40HsMhLyBNt66elVbUTw+Sko=";
|
hash = "sha256-NVEPwMYyZ89JOyAWux9ClamDUGULWC8kQu3wak5m/IY=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user