diff options
author | lassulus <lassulus@lassul.us> | 2017-10-03 23:53:53 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-10-03 23:53:53 +0200 |
commit | 36fa4bf032ff4ee414fa4f26d70638f94772e6f3 (patch) | |
tree | d8293fb8b81ab5476b8510d5774873a35c0a04d1 /tv/1systems/mu | |
parent | 387bf34e82a5cb5cf82288cf3c58fff5b1bb4ce5 (diff) | |
parent | 213356531dd1ba8c807ae90fc85a92ebbc301be0 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems/mu')
-rw-r--r-- | tv/1systems/mu/config.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index f3e7b515b..501200c1f 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -52,11 +52,13 @@ with import <stockholm/lib>; networking.networkmanager.enable = true; environment.systemPackages = with pkgs; [ + (pkgs.kdeApplications.callPackage + (import <nixpkgs/pkgs/applications/kde/kde-locale-5.nix> "de" {}) + {}) chromium firefoxWrapper gimp iptables - kdeApplications.l10n.de.qt5 libreoffice pidginotr pidgin-with-plugins |