More cleaning

This commit is contained in:
Dustin Swan 2019-11-24 18:18:20 -05:00
parent 9a2c4328d5
commit 3333a263a6
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377
4 changed files with 21 additions and 68 deletions

View file

@ -1,8 +1,9 @@
{ pkgs, ... }:
{
# nodePackages.eslint
home.packages = with pkgs; [
ripgrep fd wget silver-searcher tree ranger nodejs yarn mosh w3m urlview nmap rtv gnupg youtube-dl nodePackages.tern nodePackages.eslint nodePackages.javascript-typescript-langserver nodePackages.js-beautify nodePackages.prettier ffmpeg ispell aspell aspellDicts.en aspellDicts.en-computers aspellDicts.en-science aspellDicts.fr aspellDicts.de aspellDicts.eo aspellDicts.es hexyl nnn entr httpie cacert
ripgrep fd wget silver-searcher tree ranger nodejs yarn mosh w3m urlview nmap rtv gnupg youtube-dl nodePackages.tern nodePackages.javascript-typescript-langserver nodePackages.js-beautify nodePackages.prettier ffmpeg ispell aspell aspellDicts.en aspellDicts.en-computers aspellDicts.en-science aspellDicts.fr aspellDicts.de aspellDicts.eo aspellDicts.es hexyl nnn entr httpie cacert
];
home.sessionVariables = {
@ -114,9 +115,6 @@
er = "rm -rf logs; unzip -o";
srsync = "rsync --rsync-path='sudo rsync'";
};
initExtra = '' # for MacOS
source ~/.nix-profile/etc/profile.d/nix.sh
'';
};
programs.fzf = {