More cleaning
This commit is contained in:
parent
9a2c4328d5
commit
3333a263a6
4 changed files with 21 additions and 68 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue