diff --git a/.config/nixpkgs/home.nix b/.config/nixpkgs/home.nix index bf759c4..5acc2a9 100644 --- a/.config/nixpkgs/home.nix +++ b/.config/nixpkgs/home.nix @@ -6,6 +6,7 @@ home.username = "dgallant"; home.homeDirectory = "/home/dgallant"; home.stateVersion = "20.09"; + home.sessionVariables.LOCALES_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; home.packages = with pkgs; [ awscli2 @@ -16,7 +17,10 @@ direnv exa fd + firefox fzf + gimp + glibcLocales go golint google-cloud-sdk @@ -27,6 +31,7 @@ jq nmap openvpn + pavucontrol postman python38 rfd @@ -50,8 +55,32 @@ zathura zip 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 = { enable = true; enableAutosuggestions = true; diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 23cbd9b..7e1375b 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -130,7 +130,7 @@ super + {_,shift + }s # lock super + l - slock + i3lock-fancy # screenshot super + @Print