Skip to content

Commit d8c06cf

Browse files
committed
updates
1 parent 9beae74 commit d8c06cf

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

nix/home/common.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
rnix-lsp
1616

1717
# JS tools
18-
nodejs_20
18+
nodejs_22
1919
(yarn.override {
20-
nodejs = nodejs_20;
20+
nodejs = nodejs_22;
2121
})
2222
nodePackages.pnpm
2323
# python
@@ -225,12 +225,6 @@
225225
resurrect
226226
continuum
227227
];
228-
229-
extraConfig = ''
230-
bind c new-window -c "#{pane_current_path}"
231-
bind % split-window -h -c "#{pane_current_path}"
232-
bind '"' split-window -v -c "#{pane_current_path}"
233-
'';
234228
};
235229

236230
programs.gh = {

nix/home/os-specific/darwin.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ in
3232

3333
programs.kitty = {
3434
enable = isM1;
35-
theme = "GitHub Dark";
35+
themeFile = "GitHub_Dark";
3636
font = {
3737
name = "Menlo";
3838
size = 12;

0 commit comments

Comments
 (0)