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]": {
|
"[makefile]": {
|
||||||
"editor.insertSpaces": false
|
"editor.insertSpaces": false
|
||||||
}
|
},
|
||||||
|
"editor.fontLigatures": true,
|
||||||
|
"editor.fontFamily": "\"Fira Code\""
|
||||||
}
|
}
|
|
@ -7,6 +7,7 @@
|
||||||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||||
kernel.sysctl = {
|
kernel.sysctl = {
|
||||||
"vm.swappiness" = 1;
|
"vm.swappiness" = 1;
|
||||||
|
"max_user_watches" = 524288;
|
||||||
};
|
};
|
||||||
loader.grub = {
|
loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -46,7 +46,7 @@ in
|
||||||
autoPrune.enable = true;
|
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 = {
|
nix = {
|
||||||
autoOptimiseStore = true;
|
autoOptimiseStore = true;
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
tabspaces = 4;
|
tabspaces = 4;
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
family = "Source Code Pro";
|
family = "Fira Code";
|
||||||
size = 7.0;
|
size = 7.5;
|
||||||
};
|
};
|
||||||
|
|
||||||
draw_bold_text_with_bright_colors = true;
|
draw_bold_text_with_bright_colors = true;
|
||||||
|
|
Loading…
Reference in a new issue