diff options
author | makefu <github@syntax-fehler.de> | 2018-09-26 11:11:06 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-26 11:11:06 +0200 |
commit | fa7d70bef5622b4d074b198c736d1e28a813c9c4 (patch) | |
tree | 2b232ddb43161a4c7478283b56230fa46a836cab | |
parent | 619a864e92fa89890e4e1676af3d3be9d4519ece (diff) | |
parent | 5596dcc76837d3f36a946ea6c54d3a95daa6da69 (diff) |
Merge remote-tracking branch 'lass/master'
-rw-r--r-- | tv/1systems/mu/config.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 6c22971..f513665 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -2,9 +2,7 @@ with import <stockholm/lib>; { config, pkgs, ... }: { imports = [ - <stockholm/krebs> - <stockholm/tv/2configs> - <stockholm/tv/3modules> + <stockholm/tv> <stockholm/tv/2configs/exim-retiolum.nix> <stockholm/tv/2configs/retiolum.nix> ]; @@ -57,6 +55,7 @@ with import <stockholm/lib>; gimp iptables libreoffice + plasma-pa (pkgs.pidgin-with-plugins.override { plugins = [ pkgs.pidginotr ]; }) |