nixos/pkgsets/xpkgs.nix

26 lines
316 B
Nix
Raw Permalink Normal View History

2023-09-11 20:23:04 +02:00
{
config,
pkgs,
...
}: let
cfg = config.machine;
2021-11-25 22:03:04 +01:00
in {
config.machine.pkgsets.xpkgs.pkgs = with pkgs; [
acpilight
feh
scrot
dconf
alacritty
gnome3.gvfs
gvfs
oneko
2023-09-11 20:23:04 +02:00
pcmanfm
lxmenu-data
shared-mime-info
pavucontrol
xclip
xorg.xkill
xdiskusage
];
}