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 = [
|
||||
"1password"
|
||||
"firefox"
|
||||
"lunar"
|
||||
"orcaslicer"
|
||||
"raycast"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
services = {
|
||||
aerospace = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
key-mapping = {
|
||||
preset = "qwerty";
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./tailscale.nix
|
||||
# ./aerospace.nix
|
||||
./aerospace.nix
|
||||
# ./ollama.nix
|
||||
# ./skhd.nix
|
||||
# ./yabai.nix
|
||||
./skhd.nix
|
||||
./yabai.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{...}: {
|
||||
services = {
|
||||
yabai = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
enableScriptingAddition = true;
|
||||
config = {
|
||||
mouse_follows_focus = "on";
|
||||
|
||||
Reference in New Issue
Block a user