mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add nixpkgs-fmt, firefox-dev, and cargo config (#18)
This commit is contained in:
4
.cargo/config
Normal file
4
.cargo/config
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
b = "build"
|
||||||
|
c = "check"
|
||||||
|
t = "test"
|
||||||
|
r = "run"
|
@@ -20,22 +20,21 @@
|
|||||||
direnv
|
direnv
|
||||||
exa
|
exa
|
||||||
fd
|
fd
|
||||||
firefox
|
firefox-devedition-bin
|
||||||
fzf
|
fzf
|
||||||
gcc
|
|
||||||
gimp
|
gimp
|
||||||
glibcLocales
|
glibcLocales
|
||||||
go
|
|
||||||
golint
|
golint
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
gradle
|
gradle
|
||||||
groovy
|
groovy
|
||||||
hadolint
|
hadolint
|
||||||
htop
|
htop
|
||||||
jetbrains.idea-community
|
|
||||||
jdk
|
jdk
|
||||||
|
jetbrains.idea-community
|
||||||
jq
|
jq
|
||||||
maven
|
maven
|
||||||
|
nixpkgs-fmt
|
||||||
nmap
|
nmap
|
||||||
openvpn
|
openvpn
|
||||||
pavucontrol
|
pavucontrol
|
||||||
@@ -109,8 +108,6 @@
|
|||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
||||||
firefox.enable = true;
|
|
||||||
|
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
@@ -125,6 +122,7 @@
|
|||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
export PATH=$PATH:~/go/bin
|
export PATH=$PATH:~/go/bin
|
||||||
|
export PATH=$PATH:~/.cargo/bin
|
||||||
|
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
eval "$(_RFD_COMPLETE=source_zsh rfd)"
|
eval "$(_RFD_COMPLETE=source_zsh rfd)"
|
||||||
|
@@ -36,4 +36,3 @@ rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Automatically set window title
|
# Automatically set window title
|
||||||
set-window-option -g automatic-rename on
|
set-window-option -g automatic-rename on
|
||||||
set-option -g set-titles on
|
set-option -g set-titles on
|
||||||
|
Reference in New Issue
Block a user