From 7118326ec424a2b7d2d1ee7adc58949941584c38 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 9 May 2024 12:55:48 +0100 Subject: [PATCH] Re-organise system packages Move some desktop-specific packages to the desktop list. --- lib/nixos/configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/nixos/configuration.nix b/lib/nixos/configuration.nix index c9696b52..70fd41c6 100644 --- a/lib/nixos/configuration.nix +++ b/lib/nixos/configuration.nix @@ -109,28 +109,28 @@ in { # $ nix search wget environment.systemPackages = with pkgs; [ - brightnessctl - configure-gtk ddev - ffmpegthumbnailer mkcert - shotwell - xfce.thunar - xfce.thunar-volman - xfce.tumbler ] ++ pkgs.lib.optionals desktop [ acpi arandr + brightnessctl + configure-gtk dunst + ffmpegthumbnailer libnotify obsidian pocket-casts rclone rclone-browser + shotwell spotify teams-for-linux todoist-electron vscode + xfce.thunar + xfce.thunar-volman + xfce.tumbler # Games. zeroad @@ -182,7 +182,7 @@ in { fonts = { fontconfig = { enable = true; - defaultFonts = { monospace = [ "JetBrainsMono Nerd Font Mono" ]; }; + defaultFonts = { monospace = [ theme.fonts.monospace.name ]; }; }; packages = with pkgs;