fixup
This commit is contained in:
parent
1d533bf6bc
commit
11141465a4
3 changed files with 134 additions and 126 deletions
31
home.nix
31
home.nix
|
|
@ -382,21 +382,6 @@
|
|||
};
|
||||
};
|
||||
#
|
||||
wezterm = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
local wezterm = require 'wezterm'
|
||||
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
config.default_prog = { "fish", "--login" --, "-c", "tmux attach -t dev || tmux new -s dev"
|
||||
}
|
||||
config.color_scheme = "Ayu Dark"
|
||||
config.hide_tab_bar_if_only_one_tab = true
|
||||
|
||||
return config
|
||||
'';
|
||||
};
|
||||
ghostty = {
|
||||
# enable = true;
|
||||
# package = ghostty.packages.${system}.default;
|
||||
|
|
@ -454,6 +439,7 @@ return config
|
|||
};
|
||||
};
|
||||
};
|
||||
# nheko.enable = true;
|
||||
nix-your-shell.enable = true;
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
|
|
@ -481,6 +467,21 @@ return config
|
|||
};
|
||||
vscode.enable = true;
|
||||
waybar.enable = true;
|
||||
wezterm = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
local wezterm = require 'wezterm'
|
||||
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
config.default_prog = { "fish", "--login" --, "-c", "tmux attach -t dev || tmux new -s dev"
|
||||
}
|
||||
config.color_scheme = "Ayu Dark"
|
||||
config.hide_tab_bar_if_only_one_tab = true
|
||||
|
||||
return config
|
||||
'';
|
||||
};
|
||||
yt-dlp = {
|
||||
enable = true;
|
||||
package = pkgs.yt-dlp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue