diff options
author | Markus Hihn <markus.hihn@dcso.de> | 2018-01-16 14:46:23 +0100 |
---|---|---|
committer | Markus Hihn <markus.hihn@dcso.de> | 2018-01-16 14:46:23 +0100 |
commit | 1062100c78b2710493869b41bdb80c91b0bf024f (patch) | |
tree | eb273130855884aaa5cc28bba0b70b9e2dc7540d /lass/2configs/default.nix | |
parent | 05b3e4b0cb4e83dcc84939919ca0a83e694606bf (diff) | |
parent | 74d1531be988057ccadd3de5184d915dcf84c92d (diff) |
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'lass/2configs/default.nix')
-rw-r--r-- | lass/2configs/default.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lass/2configs/default.nix b/lass/2configs/default.nix index c68aee330..5a5f1b347 100644 --- a/lass/2configs/default.nix +++ b/lass/2configs/default.nix @@ -2,11 +2,12 @@ with import <stockholm/lib>; { config, pkgs, ... }: { imports = [ - ../2configs/binary-cache/client.nix - ../2configs/gc.nix - ../2configs/mc.nix - ../2configs/vim.nix - ../2configs/monitoring/client.nix + ./binary-cache/client.nix + ./gc.nix + ./mc.nix + ./vim.nix + ./monitoring/client.nix + ./zsh.nix ./htop.nix ./backups.nix ./security-workarounds.nix |