dotfiles/pindakaas/features.nix

10 lines
120 B
Nix

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