gnome: Add some QoL applications

This commit is contained in:
caem 2025-02-02 00:14:15 +01:00
parent e7c92133d1
commit 34b4cf62c2
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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