From 8d4b0f7076a44684ee9fedb2906590c5427e4271 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Fri, 24 May 2024 10:56:06 +0530 Subject: [PATCH] refactor: move gnome specific programs to gnome module --- hosts/default/configuration.nix | 2 -- hosts/default/gnome.nix | 8 +++++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 768e7b1..3379620 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -138,11 +138,9 @@ fd ffmpeg-full file - fractal gh gimp gnome.gnome-boxes - gnome-secrets go gopls i2p diff --git a/hosts/default/gnome.nix b/hosts/default/gnome.nix index dc94236..5f6c66c 100644 --- a/hosts/default/gnome.nix +++ b/hosts/default/gnome.nix @@ -6,9 +6,11 @@ user-themes caffeine paperwm - ] ++ [ - pkgs.blackbox-terminal - ]; + ] ++ (with pkgs; [ + blackbox-terminal + gnome-secrets + fractal + ]); # the above two get merged