commit message

This commit is contained in:
martyTF 2026-04-11 17:30:53 +02:00
parent 270e1a0be4
commit 77afca4525
57 changed files with 971 additions and 423 deletions

View file

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