altered some laptop specific settings to fit the new configuration settings from desktop

This commit is contained in:
pagedmov
2024-10-21 11:01:06 -04:00
parent 7f6bd833d4
commit c4f8ef9234
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
{pkgs, ...}: {
environment = {
variables = {
XCURSOR_SIZE = "24";
PATH = "${pkgs.clang-tools}/bin:$PATH";
};
shells = with pkgs; [