about summary refs log tree commit diff
path: root/home/default.nix
blob: ef9830d5b83eb1272f5c88a83313812c599be214 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{ ... }:

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