Minor fixes
This commit is contained in:
parent
93b314ecd7
commit
a4acdec715
|
@ -41,7 +41,6 @@
|
||||||
"$LDFLAGS"
|
"$LDFLAGS"
|
||||||
];
|
];
|
||||||
CPPFLAGS = "-I/opt/homebrew/opt/llvm/include $CPPFLAGS";
|
CPPFLAGS = "-I/opt/homebrew/opt/llvm/include $CPPFLAGS";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPath = lib.mkBefore [
|
environment.systemPath = lib.mkBefore [
|
||||||
|
@ -68,5 +67,6 @@
|
||||||
users.users.nki = {
|
users.users.nki = {
|
||||||
name = "nki";
|
name = "nki";
|
||||||
home = "/Users/nki";
|
home = "/Users/nki";
|
||||||
|
shell = "${config.home-manager.users.nki.programs.fish.package}/bin/fish";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
BAT_THEME = "GitHub";
|
BAT_THEME = "GitHub";
|
||||||
# Editor
|
# Editor
|
||||||
EDITOR = "kak";
|
EDITOR = "kak";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionPath = [
|
home.sessionPath = [
|
||||||
# Sometimes we want to install custom scripts here
|
# Sometimes we want to install custom scripts here
|
||||||
|
|
Loading…
Reference in a new issue