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