aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: f924c45af61dcb92c3e6ef225a824963ad368560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ ... }:
{
  imports = [
    ./foot.nix
    ./mako.nix
    ./neovide.nix
    ./zsh.nix
    ./sway
    ./neovim
    ./qutebrowser
    ./services
  ];
}