mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
nix: Ensure nix bin is in path
This allows startx to load up with the correct paths.
This commit is contained in:
@@ -8,16 +8,15 @@
|
||||
};
|
||||
packages = with pkgs; [
|
||||
audio-recorder
|
||||
awscli2
|
||||
bandwhich
|
||||
bat
|
||||
bind
|
||||
chromium
|
||||
clipmenu
|
||||
colordiff
|
||||
curl
|
||||
direnv
|
||||
dunst
|
||||
element-desktop
|
||||
exa
|
||||
fd
|
||||
firefox
|
||||
@@ -53,8 +52,6 @@
|
||||
rustup
|
||||
shellcheck
|
||||
shfmt
|
||||
signal-desktop
|
||||
slack
|
||||
spotify
|
||||
starship
|
||||
terraform
|
||||
@@ -71,10 +68,19 @@
|
||||
zathura
|
||||
zip
|
||||
|
||||
# communication
|
||||
element-desktop
|
||||
signal-desktop
|
||||
slack
|
||||
|
||||
## linux
|
||||
pavucontrol
|
||||
# desktop environments
|
||||
bspwm
|
||||
polybar
|
||||
sxhkd
|
||||
pavucontrol
|
||||
|
||||
## aws
|
||||
awscli2
|
||||
ssm-session-manager-plugin
|
||||
|
||||
# python
|
||||
@@ -84,9 +90,6 @@
|
||||
python38Packages.virtualenv
|
||||
black
|
||||
|
||||
# overlays
|
||||
rfd
|
||||
|
||||
# fonts
|
||||
dejavu_fonts
|
||||
fira-code
|
||||
@@ -98,6 +101,10 @@
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
noto-fonts-extra
|
||||
|
||||
# overlays
|
||||
rfd
|
||||
|
||||
];
|
||||
};
|
||||
|
||||
@@ -139,10 +146,13 @@
|
||||
initExtra = ''
|
||||
export GOPATH=~/go
|
||||
export GPG_TTY=$(tty)
|
||||
export PATH=$PATH:~/.local/bin
|
||||
export PATH=$PATH:~/go/bin
|
||||
export PATH=$PATH:~/.cargo/bin
|
||||
export PATH=$PATH:~/.local/bin
|
||||
export PATH=$PATH:~/.nix-profile/bin
|
||||
export PATH=$PATH:~/.npm-packages/bin
|
||||
export PATH=$PATH:~/go/bin
|
||||
|
||||
export CM_LAUNCHER=rofi
|
||||
|
||||
export LANG=en_US.UTF-8
|
||||
|
||||
|
Reference in New Issue
Block a user