about summary refs log blame commit diff stats
path: root/nix-conf/home/includes/common.nix
blob: 6d177da5289afb1206dd4f61c33adb020a359dd1 (plain) (tree)
1
2
3
4
5
6
7
8







                              



                            

          
         

              








           
          


            
       
        
          
            

                       
       
            
        








                
          


                             
                                   

 
{ config, pkgs, ... }:
{

  imports = [
    ./zsh.nix
  ];

  home.packages = with pkgs; [
    aspell
    aspellDicts.en
    aspellDicts.en-computers
    aspellDicts.en-science
    bat
    bottom
    broot
    curl
    difftastic
    duf
    du-dust
    elinks
    exa
    fd
    fzf
    git
    gnupg
    gopass
    ispell
    isync
    jq
    lscolors
    lsd
    lynx
    nixfmt
    nix-info
    nix-prefetch-git
    nix-prefetch-github
    nvd
    pinentry
    pass
    #procs
    libqalculate
    ripgrep
    rlwrap
    sd
    tealdeer
    ugrep
    vim
    w3m
    zenith
  ];

  programs.gpg.enable = true;
  programs.nix-index.enable = true;
}