dotfiles/home-manager/modules/misc/gnome-extras.nix

16 lines
260 B
Nix
Raw Normal View History

2024-10-06 15:25:05 -05:00
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
evince
file-roller
gnome-calculator
gnome-characters
gnome-disk-utility
2024-11-01 17:44:07 -05:00
gnome-software
2024-10-06 15:25:05 -05:00
gnome-system-monitor
nautilus
;
};
}