Add more nix packages

This commit is contained in:
Dave Gallant
2020-06-12 22:15:09 -04:00
parent c7c797dcf4
commit e5ca3d841b
2 changed files with 30 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
home.username = "dgallant"; home.username = "dgallant";
home.homeDirectory = "/home/dgallant"; home.homeDirectory = "/home/dgallant";
home.stateVersion = "20.09"; home.stateVersion = "20.09";
home.sessionVariables.LOCALES_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
home.packages = with pkgs; [ home.packages = with pkgs; [
awscli2 awscli2
@@ -16,7 +17,10 @@
direnv direnv
exa exa
fd fd
firefox
fzf fzf
gimp
glibcLocales
go go
golint golint
google-cloud-sdk google-cloud-sdk
@@ -27,6 +31,7 @@
jq jq
nmap nmap
openvpn openvpn
pavucontrol
postman postman
python38 python38
rfd rfd
@@ -50,8 +55,32 @@
zathura zathura
zip zip
zsh-fast-syntax-highlighting zsh-fast-syntax-highlighting
# fonts
aileron
comfortaa
dejavu_fonts
dina-font
eunomia
fantasque-sans-mono
fira
fira-code
fira-code-symbols
fira-mono
font-awesome
helvetica-neue-lt-std
hermit
ibm-plex
inconsolata
liberation_ttf
libre-baskerville
libre-bodoni
libre-caslon
libre-franklin
]; ];
fonts.fontconfig.enable = true;
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableAutosuggestions = true; enableAutosuggestions = true;

View File

@@ -130,7 +130,7 @@ super + {_,shift + }s
# lock # lock
super + l super + l
slock i3lock-fancy
# screenshot # screenshot
super + @Print super + @Print