2023-12-23 22:46:58 +01:00
|
|
|
{
|
2024-01-05 10:41:16 +01:00
|
|
|
imports = [
|
|
|
|
../common
|
2024-05-23 22:31:30 +02:00
|
|
|
# todo : this must be optional, sometimes I don't want to compile the whole emacs eco system.
|
|
|
|
#../palo/doom-emacs.nix
|
2024-01-05 10:41:16 +01:00
|
|
|
];
|
2023-12-23 22:46:58 +01:00
|
|
|
gui.enable = false;
|
2024-03-03 14:56:49 +01:00
|
|
|
|
2023-12-23 22:46:58 +01:00
|
|
|
}
|