We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9beae74 commit d8c06cfCopy full SHA for d8c06cf
nix/home/common.nix
@@ -15,9 +15,9 @@
15
rnix-lsp
16
17
# JS tools
18
- nodejs_20
+ nodejs_22
19
(yarn.override {
20
- nodejs = nodejs_20;
+ nodejs = nodejs_22;
21
})
22
nodePackages.pnpm
23
# python
@@ -225,12 +225,6 @@
225
resurrect
226
continuum
227
];
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
- '';
234
};
235
236
programs.gh = {
nix/home/os-specific/darwin.nix
@@ -32,7 +32,7 @@ in
32
33
programs.kitty = {
34
enable = isM1;
35
- theme = "GitHub Dark";
+ themeFile = "GitHub_Dark";
36
font = {
37
name = "Menlo";
38
size = 12;
0 commit comments