nixos/pkgsets/xpkgs.nix

18 lines
190 B
Nix
Raw Normal View History

2023-09-11 20:23:04 +02:00
{
pkgs,
...
}:
2024-11-20 22:06:07 +01:00
{
config.machine.pkgsets.xpkgs.pkgs = with pkgs; [
acpilight
dconf
2024-12-31 15:10:40 +01:00
ghostty
gvfs
2024-12-31 15:10:40 +01:00
lxmenu-data
pavucontrol
2023-09-11 20:23:04 +02:00
pcmanfm
shared-mime-info
];
}