diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..bb8d06b --- /dev/null +++ b/.cargo/config @@ -0,0 +1,4 @@ +b = "build" +c = "check" +t = "test" +r = "run" diff --git a/.config/nixpkgs/home.nix b/.config/nixpkgs/home.nix index c86f726..9d98d9d 100644 --- a/.config/nixpkgs/home.nix +++ b/.config/nixpkgs/home.nix @@ -8,9 +8,9 @@ homeDirectory = "/home/dgallant"; stateVersion = "20.09"; sessionVariables = { - EDITOR= "vim"; + EDITOR = "vim"; LOCALE = "en_US.UTF8"; - LOCALES_ARCHIVE = ["${pkgs.glibcLocales}/lib/locale/locale-archive"]; + LOCALES_ARCHIVE = [ "${pkgs.glibcLocales}/lib/locale/locale-archive" ]; }; packages = with pkgs; [ awscli2 @@ -20,22 +20,21 @@ direnv exa fd - firefox + firefox-devedition-bin fzf - gcc gimp glibcLocales - go golint google-cloud-sdk gradle groovy hadolint htop - jetbrains.idea-community jdk + jetbrains.idea-community jq maven + nixpkgs-fmt nmap openvpn pavucontrol @@ -109,8 +108,6 @@ programs = { - firefox.enable = true; - zsh = { enable = true; enableAutosuggestions = true; @@ -125,6 +122,7 @@ export GPG_TTY=$(tty) export PATH=$PATH:~/.local/bin export PATH=$PATH:~/go/bin + export PATH=$PATH:~/.cargo/bin eval "$(direnv hook zsh)" eval "$(_RFD_COMPLETE=source_zsh rfd)" @@ -132,7 +130,7 @@ ''; shellAliases = { - ls = "exa -la --git"; + ls = "exa -la --git"; ".." = "cd .."; config = "/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"; grep = "grep --color=auto --line-buffered"; @@ -155,7 +153,7 @@ ]; }; - neovim = { + neovim = { enable = true; viAlias = true; vimAlias = true; @@ -291,7 +289,7 @@ let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0 - ''; - }; + ''; }; + }; } diff --git a/.config/nixpkgs/overlays/rfd.nix b/.config/nixpkgs/overlays/rfd.nix index 420a884..b6689a0 100644 --- a/.config/nixpkgs/overlays/rfd.nix +++ b/.config/nixpkgs/overlays/rfd.nix @@ -1,7 +1,7 @@ self: super: rec { - python38 = with super; super.python38.override {}; + python38 = with super; super.python38.override { }; pythonPackages = python38.pkgs; @@ -36,4 +36,3 @@ rec { }; }; } - diff --git a/.tmux.conf b/.tmux.conf index 1a89813..ee8de5d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,3 @@ - # Automatically set window title set-window-option -g automatic-rename on set-option -g set-titles on