commit 7a0a6db3f8f4948d63ef5e885a7457c38b54316c
parent 91fa8d2f656f413d02f136a9fad179187e498c27
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 13 May 2024 16:19:03 +0200
desktop: update fonts and networkmanager options…
- fonts: fonts -> pacakages
- networkmanager: packages -> plugins
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/systems/modules/desktop/base.nix b/systems/modules/desktop/base.nix
@@ -44,7 +44,7 @@ in
# enableFontDir = true;
fontDir.enable = true;
enableGhostscriptFonts = true;
- fonts = with pkgs; [
+ packages = with pkgs; [
liberation_ttf
cascadia-code
corefonts
@@ -94,7 +94,7 @@ in
++ lib.optionals config.virtualisation.docker.enable [ "interface-name:docker0" ]
# Do not manager libvirt interfaces
++ lib.optionals config.virtualisation.libvirtd.enable [ "interface-name:virbr*" ];
- packages = with pkgs; [ networkmanager-openvpn ];
+ plugins = with pkgs; [ networkmanager-openvpn ];
# dispatcherScripts = [{
# # https://askubuntu.com/questions/1271491/disable-wifi-if-lan-is-connected
# source = pkgs.writeText "wifi-wired-exclusive" ''