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




             
               
            
                   
             
           

            
         
             

          
            

         


          
         
              
          
             
            
             
              
         
                   
              
          
                         
         

         
            
         

    
{ ... }:

{
  imports = [
    ./beets
    ./bluetooth
    ./direnv
    ./documentation
    ./element
    ./emacs
    ./eog
    ./evince
    ./feh
    ./firefox
    ./fish
    ./flac
    ./gcloud
    ./git
    ./go
    ./gpg
    ./gtk
    ./mail
    ./mpv
    ./packages
    ./pass
    ./pcmanfm
    ./python
    ./scanner
    ./seahorse
    ./ssh
    ./sublime-music
    ./terminal
    ./tmux
    ./transmission-remote
    ./vlc
    ./wm
    ./xdg
    ./yt-dlp
    ./zsh
  ];
}