server and other shit
This commit is contained in:
parent
270e1a0be4
commit
804371bf96
65 changed files with 1428 additions and 619 deletions
|
|
@ -13,9 +13,9 @@
|
|||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
shellIntegration = {
|
||||
enableFishIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
enableFishIntegration = osConfig.programs.fish.enable;
|
||||
enableBashIntegration = osConfig.programs.bash.enable;
|
||||
enableZshIntegration = osConfig.programs.zsh.enable;
|
||||
};
|
||||
font = {
|
||||
name = "FiraCode Nerd Font";
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
vcs_backend_git = "enabled";
|
||||
vcs_msg_length = 50;
|
||||
preview_images = true;
|
||||
preview_images_method = lib.mkIf config.terminal.kitty.enable "kitty";
|
||||
preview_images_method = lib.mkIf osConfig.apps.terminal.kitty.enable "kitty";
|
||||
preview_files = true;
|
||||
preview_directories = true;
|
||||
collapse_preview = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue