From 97410ae054ab7f1d891644d2da5f14ad7a8e813a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Oct 2019 22:10:10 +0200 Subject: Create initial configuration for prefect --- prefect.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 prefect.nix diff --git a/prefect.nix b/prefect.nix new file mode 100644 index 00000000..a1edc55e --- /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 + ]; +} -- cgit 1.4.1