diff --git a/flake.nix b/flake.nix index 8870e3d..9d66a83 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,8 @@ neovim # Text editor of choice htop # Resource manager iina # Media player + # raycast # AI chat/Application launcher/Automation tool + # kanata # Keyboard remapping tool ]; homebrew = { @@ -51,14 +53,13 @@ "font-monocraft-nerd-font" "obsidian" "raycast" - "leader-key" "foobar2000" "android-platform-tools" "zen" - "obs" "krita" "sioyek" "shortcat" + "leader-key" ]; }; @@ -68,7 +69,7 @@ finder.AppleShowAllExtensions = true; NSGlobalDomain.AppleShowAllFiles = true; # finder.AppleShowAllFiles - NSGlobalDomain.AppleShowScrollBars = "WhenScrolling" + NSGlobalDomain.AppleShowScrollBars = "WhenScrolling"; }; nix.enable =false;