Compare commits

..

No commits in common. "8f24262eb7e32d86537aad1cc8e1a70256d3bd95" and "3f7ed9bfddeb24504492000cfb10e2023df8b0b1" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

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

View file

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