summary refs log tree commit diff stats
path: root/user/prefect.nix
blob: 307ce89bc3b4437a4560f7cad755cce82eee586b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ config, pkgs, ... }:

{
  imports = [
    ./modules/base.nix
    ./modules/dunst.nix
    ./modules/emacs.nix
    ./modules/git.nix
    ./modules/gnupg.nix
    ./modules/i3.nix
    ./modules/javascript.nix
    ./modules/nixos.nix
    ./modules/rofi.nix
    ./modules/satoshipay.nix
    ./modules/sxhkd.nix
    ./modules/tabnine.nix
    ./modules/xresources.nix
    ./modules/zsh.nix
  ];
}