mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add awscli2 to home.nix from nixpkgs (#22)
* Add awscli2 to home.nix from nixpkgs * Remove golint
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user