dotfiles/home-manager/modules/misc/gnome-extras.nix
2024-11-01 17:44:07 -05:00

15 lines
260 B
Nix
Executable file

{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
evince
file-roller
gnome-calculator
gnome-characters
gnome-disk-utility
gnome-software
gnome-system-monitor
nautilus
;
};
}