dotfiles/cranberry/features.nix

10 lines
120 B
Nix
Raw Normal View History

2024-06-12 23:47:00 +02:00
{ pkgs, lib, config, ... }:
{
config = {
frogeye = {
desktop.xorg = true;
extra = true;
};
};
}