about summary refs log blame commit diff stats
path: root/home-manager/config/default.nix
blob: e0da6dacccb8bc3d6f47041be3f2473c07e44e4d (plain) (tree)
1
2
3
4
5
6
7
8
           
        
               
          
          
           
            

               
         
            
              


                 
          
            
          
         
             
            
           

            





              
# vim: ts=2
{...}: {
  imports = [
    ./alacritty
    ./btop
    ./cups
    ./dconf
    ./direnv
    ./firefox
    ./gammastep
    ./git
    ./gpg
    ./grades
    ./gtk
    ./himalaya
    ./keepassxc
    ./latexindent
    ./less
    ./lf
    ./mail
    ./mbsync
    ./mako
    ./mpd
    ./mpv
    ./neomutt
    ./neovim
    ./nheko
    ./npm
    ./python
    ./rclone
    ./ssh
    ./swayidle
    ./swaylock
    ./yambar
    ./zsh
  ];
}