Change to fira code and increase inotify limit

This commit is contained in:
Cyryl Płotnicki 2019-08-24 10:34:08 +01:00
parent b43ba0f827
commit 2031f7652d
4 changed files with 7 additions and 4 deletions

View file

@ -23,5 +23,7 @@
},
"[makefile]": {
"editor.insertSpaces": false
}
},
"editor.fontLigatures": true,
"editor.fontFamily": "\"Fira Code\""
}

View file

@ -7,6 +7,7 @@
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
kernel.sysctl = {
"vm.swappiness" = 1;
"max_user_watches" = 524288;
};
loader.grub = {
enable = true;

View file

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

View file

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