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




             
               
            
                   
             
           

            
         
             
          
            

         


          
         
              
          
             
            
             
              
           
         
                   
              
               
          
                         
         

         


            
{ ... }:

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