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









                 
         
            
           

            





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