Skip to content

Commit

Permalink
hosts: disable yabai
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Aug 14, 2024
1 parent 4b63716 commit b5a5386
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions hosts/riscake/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
nix-daemon.enable = true;

skhd = {
enable = true;
enable = false;

skhdConfig =
let
Expand All @@ -33,8 +33,8 @@
};

yabai = {
enable = true;
enableScriptingAddition = true;
enable = false;
enableScriptingAddition = false;
package = pkgs.yabai;

config = let gap = 8; in {
Expand Down
2 changes: 1 addition & 1 deletion users/moni/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
picotool
typst
typst-lsp
typst-preview;
tinymist;

# inherit (inputs'.nixpkgs-f2k.packages) wezterm-git;
inherit (inputs'.nil.packages) nil;
Expand Down

0 comments on commit b5a5386

Please sign in to comment.