Add awscli2 to home.nix from nixpkgs (#22)

* Add awscli2 to home.nix from nixpkgs

* Remove golint
This commit is contained in:
Dave Gallant
2020-07-12 19:42:25 -04:00
committed by GitHub
parent a1f3b6a98e
commit e036b27630
3 changed files with 27 additions and 95 deletions

View File

@@ -1,12 +1,8 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
programs.home-manager.enable = true;
home = {
username = "dgallant";
homeDirectory = "/home/dgallant";
stateVersion = "20.09";
sessionVariables = {
EDITOR = "vim";
LOCALE = "en_US.UTF8";
@@ -23,9 +19,10 @@
firefox-devedition-bin
fzf
gimp
git
glibcLocales
gnumake
go
golint
google-cloud-sdk
gradle
groovy
@@ -34,25 +31,24 @@
jdk
jetbrains.idea-community
jq
libreoffice
maven
nixpkgs-fmt
nmap
openvpn
pavucontrol
polybar
pinentry-curses
postman
python38
pinentry-curses
ripgrep
rtv
rustup
shellcheck
shfmt
signal-desktop
slack
spotify
ssm-session-manager-plugin
stalonetray
terraform
terraform-lsp
tflint
tmux
tree
@@ -61,16 +57,22 @@
youtube-dl
zathura
zip
zsh-fast-syntax-highlighting
# python packages
## linux
pavucontrol
polybar
ssm-session-manager-plugin
# python
python38Packages.ipython
rfd
rtv
# python dev
python38Packages.pip
python38Packages.setuptools
python38Packages.virtualenv
black
# overlays
rfd
# fonts
dejavu_fonts
fira
@@ -99,6 +101,8 @@
programs = {
home-manager.enable = true;
zsh = {
enable = true;
enableAutosuggestions = true;