From cbca1f941e89b425ac7e732173a36d942f17d2b5 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 7 Feb 2025 18:59:27 +0100 Subject: [PATCH] :sparkles: update which packages --- nixos/configuration.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index cd0c70c..dee5851 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -88,8 +88,11 @@ description = "dth"; extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ - kate - # thunderbird + vlc # video player + kate # editor + ripgrep # faster grep + + # thunderbird # bloat ]; }; @@ -121,8 +124,8 @@ pkgs.thunderbird # email / calendar pkgs.telegram-desktop # instant messager - pkgs.gimp # image editor - pkgs.libsForQt5.kdenlive # video editor + # pkgs.gimp # image editor + # pkgs.libsForQt5.kdenlive # video editor pkgs.pyenv # python environment manager