From 34b4cf62c2d934efb93d01659f9c177afe97fdf4 Mon Sep 17 00:00:00 2001 From: caem Date: Sun, 2 Feb 2025 00:14:15 +0100 Subject: [PATCH] gnome: Add some QoL applications --- modules/nixos/desktop/gnome/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/nixos/desktop/gnome/default.nix b/modules/nixos/desktop/gnome/default.nix index 7563256..829f39c 100644 --- a/modules/nixos/desktop/gnome/default.nix +++ b/modules/nixos/desktop/gnome/default.nix @@ -28,11 +28,15 @@ gnome-contacts gnome-calendar gnome-connections + gnome-system-monitor ]; environment.systemPackages = with pkgs; [ ghostty dconf-editor + resources + newsflash + ffmpegthumbnailer ] ++ (with pkgs.gnomeExtensions; [ caffeine accent-directories @@ -48,6 +52,7 @@ users."${username}" = { directories = [ ".config/dconf" + ".local/share/news-flash" # Right now I don't really modify much here other than the tab group tab colour # but I might in the future want to manage these files using home-manager instead