mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
18 lines
299 B
Nix
Executable file
18 lines
299 B
Nix
Executable file
{pkgs, ...}: {
|
|
home.packages = builtins.attrValues {
|
|
inherit
|
|
(pkgs)
|
|
evince
|
|
file-roller
|
|
gnome-calculator
|
|
gnome-characters
|
|
gnome-disk-utility
|
|
gnome-system-monitor
|
|
nautilus
|
|
;
|
|
inherit
|
|
(pkgs.gnome)
|
|
gnome-software
|
|
;
|
|
};
|
|
}
|