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



             
         
           
               
            
                   
               
           

            
         
             
          
            

         


          
                   
         
              
          
             
            
          
             
              
           
         
                   
              
               
          
                         
         

         
            
             

    
{ ... }:

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