diff options
author | makefu <github@syntax-fehler.de> | 2017-10-07 11:08:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-10-07 11:08:13 +0200 |
commit | 8290c6507e500c1899f4a7d1184ef5b24c8132cb (patch) | |
tree | 91d64e1cc20647acce06f7f28da46b58e5dd2571 /tv/1systems | |
parent | 52f9105027a7c2d70145d7d2db69452e148b2158 (diff) | |
parent | a8db051451d2827d7c7ad38f005284013e63c039 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/alnus/source.nix | 2 | ||||
-rw-r--r-- | tv/1systems/mu/config.nix | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tv/1systems/alnus/source.nix b/tv/1systems/alnus/source.nix index c3ed4dcfb..9fd2f668c 100644 --- a/tv/1systems/alnus/source.nix +++ b/tv/1systems/alnus/source.nix @@ -1,4 +1,4 @@ import <stockholm/tv/source.nix> { name = "alnus"; - override.nixpkgs.git.ref = "9b948ea439ddbaa26740ce35543e7e35d2aa6d18"; + override.nixpkgs.git.ref = "d0f0657ca06cc8cb239cb94f430b53bcdf755887"; } 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 |