Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
clean
  • Loading branch information
juliamertz committed Jan 8, 2025
1 parent a0e5c88 commit 6a68fb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 37 deletions.
32 changes: 0 additions & 32 deletions fishies/default.nix

This file was deleted.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
rofi = ./rofi;
zsh = ./zsh;
bash = ./bash;
fishies = ./fishies;
}
);

Expand Down
4 changes: 2 additions & 2 deletions kitty/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
wrapPackage,
writeText,
pkgs,
kitty,
...
}:
let
Expand Down Expand Up @@ -32,6 +32,6 @@ let
in
wrapPackage {
name = "kitty";
package = pkgs.kitty;
package = kitty;
extraFlags = "--config ${config}";
}
4 changes: 2 additions & 2 deletions wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local act = wezterm.action

local config = {
font = wezterm.font 'JetBrains Mono',
font_size = os.get { linux = 22.0, macos = 14.0 },
font_size = os.get { linux = 24.0, macos = 14.0 },
max_fps = os.get { linux = 165, macos = 60 },
colors = rosepine.colors(),
window_frame = rosepine.window_frame(),
Expand All @@ -16,7 +16,7 @@ local config = {
tab_bar_at_bottom = true,
hide_tab_bar_if_only_one_tab = true,
keys = keys.value,
front_end = 'WebGpu',
-- front_end = 'WebGpu',
}

config.leader = { key = 'a', mods = 'ALT', timeout_milliseconds = 2000 }
Expand Down

0 comments on commit 6a68fb3

Please sign in to comment.