diff options
author | Alan Pearce | 2020-03-18 10:33:50 +0100 |
---|---|---|
committer | Alan Pearce | 2020-03-18 10:33:50 +0100 |
commit | dfc9fa6bab26230e05abd4ee59ca7325a764a2fb (patch) | |
tree | a8adfd28c8b28fd515aadbcafc7f201b9c16f37e /user | |
parent | 3452dd29407b747eb74b7fedb924460505726d0e (diff) | |
download | nixfiles-dfc9fa6bab26230e05abd4ee59ca7325a764a2fb.tar.lz nixfiles-dfc9fa6bab26230e05abd4ee59ca7325a764a2fb.tar.zst nixfiles-dfc9fa6bab26230e05abd4ee59ca7325a764a2fb.zip |
Prefect: set up for work
Diffstat (limited to 'user')
-rw-r--r-- | user/prefect.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/prefect.nix b/user/prefect.nix index 00005162..8f8d94b8 100644 --- a/user/prefect.nix +++ b/user/prefect.nix @@ -2,6 +2,7 @@ { imports = [ + ../private ./settings/base.nix ./settings/dunst.nix ./settings/emacs.nix @@ -12,6 +13,7 @@ ./settings/gnupg.nix ./settings/i3.nix ./settings/javascript.nix + ./settings/mail.nix ./settings/nixos.nix ./settings/rofi.nix ./settings/passwords.nix |