Change to fira code and increase inotify limit
This commit is contained in:
parent
b43ba0f827
commit
2031f7652d
4 changed files with 7 additions and 4 deletions
|
@ -23,5 +23,7 @@
|
|||
},
|
||||
"[makefile]": {
|
||||
"editor.insertSpaces": false
|
||||
}
|
||||
},
|
||||
"editor.fontLigatures": true,
|
||||
"editor.fontFamily": "\"Fira Code\""
|
||||
}
|
|
@ -7,6 +7,7 @@
|
|||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
kernel.sysctl = {
|
||||
"vm.swappiness" = 1;
|
||||
"max_user_watches" = 524288;
|
||||
};
|
||||
loader.grub = {
|
||||
enable = true;
|
||||
|
|
|
@ -46,7 +46,7 @@ in
|
|||
autoPrune.enable = true;
|
||||
};
|
||||
|
||||
fonts.fonts = [ pkgs.powerline-fonts pkgs.weather-icons pkgs.material-icons pkgs.source-code-pro ];
|
||||
fonts.fonts = [ pkgs.powerline-fonts pkgs.weather-icons pkgs.material-icons pkgs.source-code-pro pkgs.fira-code ];
|
||||
|
||||
nix = {
|
||||
autoOptimiseStore = true;
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
tabspaces = 4;
|
||||
|
||||
font = {
|
||||
family = "Source Code Pro";
|
||||
size = 7.0;
|
||||
family = "Fira Code";
|
||||
size = 7.5;
|
||||
};
|
||||
|
||||
draw_bold_text_with_bright_colors = true;
|
||||
|
|
Loading…
Reference in a new issue