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