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