nixos/pkgsets/xpkgs.nix

27 lines
340 B
Nix
Raw 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
theme_sddm_midnight
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
];
}