From 2dc5bc99a6344c2b245bef650d26de65318d9724 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 24 Mar 2025 14:25:53 +0000 Subject: [PATCH] Add Gnome-Circle applications to the user packages in configuration.nix --- configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configuration.nix b/configuration.nix index d127ebbe..bf71c176 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,6 +58,16 @@ extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ # GUI and user apps vscode brave discord prismlauncher obsidian + + # Gnome-Circle Apps + devhelp sysprof gnome-builder gnome-boxes + dialect commit binary authenticator + webfontkitgenerator video-trimmer + textpieces switcheroo pika-backup + resources gnome-obfuscate gnome-podcasts + letterpress impression gnome-graphs + fragments eyedropper raider curtail + collision warp ]; };