12 lines
152 B
Nix
12 lines
152 B
Nix
{ ... }:
|
|
|
|
{
|
|
|
|
config = {
|
|
homeconfig = {
|
|
graphical = false;
|
|
minimal = false;
|
|
};
|
|
};
|
|
}
|