fix dpi
This commit is contained in:
parent
9cf6920d37
commit
1b4a3bbe29
5 changed files with 10 additions and 12 deletions
|
@ -85,7 +85,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
fonts.optimizeForVeryHighDPI = true;
|
||||
fonts.fonts = with pkgs; [
|
||||
material-design-icons
|
||||
noto-fonts
|
||||
|
|
|
@ -38,5 +38,4 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
# high-resolution display
|
||||
fonts.optimizeForVeryHighDPI = lib.mkDefault true;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, lib, ... }: {
|
||||
{ inputs, pkgs, ... }: {
|
||||
imports = [ inputs.nixvim.homeManagerModules.nixvim ];
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
|
@ -25,8 +25,8 @@
|
|||
nix.enable = true;
|
||||
treesitter = {
|
||||
enable = true;
|
||||
nixGrammars = false;
|
||||
ensureInstalled = [ ];
|
||||
nixGrammars = true;
|
||||
# ensureInstalled = [ ];
|
||||
};
|
||||
surround.enable = true;
|
||||
fugitive.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue