From 001216055ab9749fe151d124ae8eb089d5b2afa8 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee Date: Thu, 10 Aug 2023 17:13:52 +0530 Subject: [PATCH] feat: merge gnome extensions and flatten them into systemPackages --- configuration.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 015b06e..82e104d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -269,15 +269,18 @@ # List packages installed in system profile. To search, run: # $ nix search wget - environment.systemPackages = with pkgs; [ + environment.systemPackages = with pkgs; pkgs.lib.lists.flatten [ adw-gtk3 aircrack-ng bat exa - gnomeExtensions.blur-my-shell - gnomeExtensions.quick-settings-tweaker - gnomeExtensions.caffeine - gnomeExtensions.rounded-window-corners + (with gnomeExtensions; [ + blur-my-shell + quick-settings-tweaker + user-themes + caffeine + rounded-window-corners + ]) helix iw macchanger