Minor fixes
This commit is contained in:
parent
93b314ecd7
commit
a4acdec715
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
BAT_THEME = "GitHub";
|
||||
# Editor
|
||||
EDITOR = "kak";
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionPath = [
|
||||
# Sometimes we want to install custom scripts here
|
||||
|
|
Loading…
Reference in a new issue