Compare commits
No commits in common. "9685954f07750c55563cb23a10bd720dee2e19f2" and "2760722a0a40c53ac2d4101d5d69477d536a3c2b" have entirely different histories.
9685954f07
...
2760722a0a
1 changed files with 0 additions and 8 deletions
8
home.nix
8
home.nix
|
|
@ -23,14 +23,8 @@
|
|||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "emacs";
|
||||
LANG = "C.UTF-8";
|
||||
LC_CTYPE = "C.UTF-8";
|
||||
};
|
||||
|
||||
home.sessionPath = [
|
||||
"$HOME/.nix-profile/bin"
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
programs.direnv.enable = true;
|
||||
|
|
@ -56,8 +50,6 @@
|
|||
enableCompletion = true;
|
||||
# TODO add your custom bashrc here
|
||||
bashrcExtra = ''
|
||||
export LANG=C.UTF-8
|
||||
export LC_CTYPE=C.UTF-8
|
||||
export PATH=/home/yisroel/.config/composer/vendor/bin:$PATH
|
||||
export PATH=/home/yisroel/.opencode/bin:$PATH
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue