This commit is contained in:
TheK0tYaRa 2026-02-23 02:27:22 +02:00
parent 1d533bf6bc
commit 11141465a4
3 changed files with 134 additions and 126 deletions

View file

@ -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;