about summary refs log tree commit diff stats
path: root/home-manager/config/default.nix
blob: 4521c192cd08ccac76631cce6c0b6bb8779b5714 (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
# vim: ts=2
{...}: {
  imports = [
    ./alacritty
    ./btop
    ./dconf
    ./direnv
    ./firefox
    ./gammastep
    ./git
    ./gpg
    ./grades
    ./gtk
    ./himalaya
    ./keepassxc
    ./latexindent
    ./less
    ./lf
    ./mail
    ./mako
    ./mbsync
    ./mpd
    ./mpv
    ./neomutt
    ./neovim
    ./nheko
    ./npm
    ./python
    ./rclone
    ./ssh
    ./swayidle
    ./swaylock
    ./yambar
    ./zsh
  ];
}