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










                 
         
            
           









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