dotfiles/pindakaas/features.nix

15 lines
128 B
Nix

{
pkgs,
lib,
config,
...
}:
{
config = {
frogeye = {
desktop.xorg = true;
extra = true;
};
};
}