Skip to content

Commit

Permalink
fix: use homebrew kitty in darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Sep 1, 2024
1 parent c55b70e commit 38f4612
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 20 deletions.
76 changes: 57 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions hosts/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"google-chrome"
"iterm2"
"karabiner-elements"
"kitty"
"microsoft-remote-desktop"
"multitouch"
"raycast"
Expand Down
2 changes: 1 addition & 1 deletion modules/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ in {
] ++ (with inputs; lib.optionals (!isHeadless) [
# Applications (GUI)
alacritty
kitty
obsidian
telegram-desktop
]) ++ (lib.optionals (!isHeadless && isDarwin) [
Expand All @@ -46,6 +45,7 @@ in {
]) ++ (lib.optionals (!isHeadless && isLinux) [
_1password-gui
discord
kitty
slack
spotify
tailscale # We use Homebrew for macOS
Expand Down

0 comments on commit 38f4612

Please sign in to comment.