bump
This commit is contained in:
parent
55ce5c70f6
commit
fbab7ca2a2
2 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# Add user's bin directory to PATH and set up environment variables
|
||||
environment.shellInit = ''
|
||||
if [ -d $HOME/.cargo/bin ]; then
|
||||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
|
|
@ -12,7 +11,6 @@
|
|||
fi
|
||||
'';
|
||||
|
||||
# Setup development environment variables
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
|
|
@ -33,11 +31,11 @@
|
|||
"/bin"
|
||||
];
|
||||
|
||||
# Terminal utilities
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
tmux
|
||||
htop
|
||||
btop
|
||||
bat
|
||||
ripgrep
|
||||
fd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue