cranberry: Added
This commit is contained in:
parent
c31f1ba8dd
commit
10b48b22e1
4 changed files with 53 additions and 0 deletions
9
cranberry/features.nix
Normal file
9
cranberry/features.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
config = {
|
||||
frogeye = {
|
||||
desktop.xorg = true;
|
||||
extra = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue