Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Nov 5, 2024
1 parent 9beae74 commit d8c06cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions nix/home/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
rnix-lsp

# JS tools
nodejs_20
nodejs_22
(yarn.override {
nodejs = nodejs_20;
nodejs = nodejs_22;
})
nodePackages.pnpm
# python
Expand Down Expand Up @@ -225,12 +225,6 @@
resurrect
continuum
];

extraConfig = ''
bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
'';
};

programs.gh = {
Expand Down
2 changes: 1 addition & 1 deletion nix/home/os-specific/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in

programs.kitty = {
enable = isM1;
theme = "GitHub Dark";
themeFile = "GitHub_Dark";
font = {
name = "Menlo";
size = 12;
Expand Down

0 comments on commit d8c06cf

Please sign in to comment.