Compare commits
2 commits
3f7ed9bfdd
...
8f24262eb7
Author | SHA1 | Date | |
---|---|---|---|
|
8f24262eb7 | ||
|
e9001dca64 |
|
@ -295,7 +295,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = "
|
extraConfig = "
|
||||||
monitor=,preferred,auto,auto
|
monitor=,preferred,auto,1
|
||||||
|
|
||||||
xwayland {
|
xwayland {
|
||||||
force_zero_scaling = true
|
force_zero_scaling = true
|
||||||
|
|
|
@ -3,4 +3,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
};
|
};
|
||||||
|
home.packages = [pkgs.lunarvim];
|
||||||
|
|
||||||
|
home.sessionPath = ["${pkgs.clang-tools}/bin:$PATH"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue