tv mu systemPackages: drop custom KDE locales
Apparently each application ships their own locales now. See discussion at https://github.com/NixOS/nixpkgs/commit/d7e9248debe66225 nixpkgs-17.09 fixup
This commit is contained in:
parent
d8bd2c9919
commit
c9c5fa7c87
@ -52,9 +52,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user