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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue