aboutsummaryrefslogblamecommitdiff
path: root/home/default.nix
blob: ce3139e3fa62923abd0f3f3e7aed031ce8b4c8fd (plain) (tree)
1
2
3
4
5
6
7
8
9




             
             
           
         
             



          


          
         
              
          
             
            
             
         
                   
              
          
         

         


            
{ ... }:

{
  imports = [
    ./beets
    ./element
    ./emacs
    ./feh
    ./firefox
    ./fish
    ./flac
    ./git
    ./go
    ./gpg
    ./gtk
    ./mail
    ./mpv
    ./packages
    ./pass
    ./pcmanfm
    ./python
    ./scanner
    ./ssh
    ./sublime-music
    ./terminal
    ./tmux
    ./vlc
    ./wm
    ./xdg
    ./yt-dlp
  ];
}