nixos/pkgsets/xpkgs.nix

24 lines
258 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
feh
ghostty
gvfs
2024-12-31 15:10:40 +01:00
lxmenu-data
oneko
2024-12-31 15:10:40 +01:00
pavucontrol
2023-09-11 20:23:04 +02:00
pcmanfm
2024-12-31 15:10:40 +01:00
scrot
2023-09-11 20:23:04 +02:00
shared-mime-info
xclip
xdiskusage
2024-12-31 15:10:40 +01:00
xorg.xkill
];
}