mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
profiles/i18n: remove goldendict
Needs qtwebkit which will require a big rebuilding (to my computer).
This commit is contained in:
parent
a8f86a544f
commit
ef53cbead0
@ -27,10 +27,6 @@ in
|
|||||||
# additional language packs for it. ;p
|
# additional language packs for it. ;p
|
||||||
i18n.supportedLocales = lib.mkForce [ "all" ];
|
i18n.supportedLocales = lib.mkForce [ "all" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
goldendict
|
|
||||||
];
|
|
||||||
|
|
||||||
# The most minimal set of packages for most locales.
|
# The most minimal set of packages for most locales.
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
Loading…
Reference in New Issue
Block a user