cranberry: Added

This commit is contained in:
Geoffrey Frogeye 2024-06-12 23:47:00 +02:00
parent c31f1ba8dd
commit 10b48b22e1
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 53 additions and 0 deletions

9
cranberry/features.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, lib, config, ... }:
{
config = {
frogeye = {
desktop.xorg = true;
extra = true;
};
};
}