Compare commits

..

2 commits

Author SHA1 Message Date
Pedro Rey Anca 8f24262eb7 Add lunarvim 2024-09-10 17:40:40 +02:00
Pedro Rey Anca e9001dca64 Default to scaling 1.0 2024-09-10 17:40:32 +02:00
2 changed files with 4 additions and 1 deletions

View file

@ -295,7 +295,7 @@
}; };
extraConfig = " extraConfig = "
monitor=,preferred,auto,auto monitor=,preferred,auto,1
xwayland { xwayland {
force_zero_scaling = true force_zero_scaling = true

View file

@ -3,4 +3,7 @@
enable = true; enable = true;
vimAlias = true; vimAlias = true;
}; };
home.packages = [pkgs.lunarvim];
home.sessionPath = ["${pkgs.clang-tools}/bin:$PATH"];
} }