13 lines
130 B
Nix
13 lines
130 B
Nix
{ ... }:
|
|
|
|
{
|
|
features = {
|
|
cli = {
|
|
direnv.enable = true;
|
|
};
|
|
|
|
desktop = {
|
|
gtk.enable = true;
|
|
};
|
|
};
|
|
}
|