dotfiles/modules/home/gui/apps/tools/gparted/default.nix
2025-10-02 03:27:07 -05:00

11 lines
118 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
gnome-calculator
;
};
}