Minor fixes

This commit is contained in:
Natsu Kagami 2021-12-08 17:04:22 -05:00
parent 93b314ecd7
commit a4acdec715
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,6 @@
"$LDFLAGS"
];
CPPFLAGS = "-I/opt/homebrew/opt/llvm/include $CPPFLAGS";
};
environment.systemPath = lib.mkBefore [
@ -68,5 +67,6 @@
users.users.nki = {
name = "nki";
home = "/Users/nki";
shell = "${config.home-manager.users.nki.programs.fish.package}/bin/fish";
};
}

View file

@ -63,7 +63,7 @@
BAT_THEME = "GitHub";
# Editor
EDITOR = "kak";
};
};
home.sessionPath = [
# Sometimes we want to install custom scripts here