diff options
Diffstat (limited to 'prefect.nix')
-rw-r--r-- | prefect.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/prefect.nix b/prefect.nix new file mode 100644 index 0000000..a1edc55 --- /dev/null +++ b/prefect.nix @@ -0,0 +1,18 @@ +{ config, pkgs, ... }: + +{ + imports = [ + ./modules/base.nix + ./modules/dunst.nix + ./modules/emacs.nix + ./modules/git.nix + ./modules/gnupg.nix + ./modules/i3.nix + ./modules/nix.nix + ./modules/rofi.nix + ./modules/sxhkd.nix + ./modules/tabnine.nix + ./modules/xresources.nix + ./modules/zsh.nix + ]; +} |