17 lines
190 B
Nix
17 lines
190 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
config.machine.pkgsets.xpkgs.pkgs = with pkgs; [
|
|
acpilight
|
|
dconf
|
|
ghostty
|
|
gvfs
|
|
lxmenu-data
|
|
pavucontrol
|
|
pcmanfm
|
|
shared-mime-info
|
|
];
|
|
}
|