From 99db5f87c35780da52191b5c1101ba8072bfe10c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 8 Apr 2025 22:43:20 +0100 Subject: [PATCH] Combine packages --- hosts/t480/configuration.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/hosts/t480/configuration.nix b/hosts/t480/configuration.nix index 809ba3ca..7ae7ccdf 100644 --- a/hosts/t480/configuration.nix +++ b/hosts/t480/configuration.nix @@ -78,10 +78,13 @@ cpufrequtils displayselect ffmpegthumbnailer + gimp gscan2pdf gtypist + handbrake hunspellDicts.en-gb-large isync + kdePackages.kdenlive kdePackages.okular libnotify libreoffice @@ -109,10 +112,4 @@ networking.hosts = { "192.168.1.116" = [ "nixedo" ]; }; - - users.users.opdavies.packages = with pkgs; [ - gimp - handbrake - kdePackages.kdenlive - ]; }