about summary refs log tree commit diff
path: root/home/default.nix
blob: 485cc34235f6a0425151be66c60d3e679a0ad540 (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
32
33
34
35
36
37
38
39
40
41
42
43
{ ... }:

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