mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-08 12:19:00 +00:00
10 lines
278 B
Plaintext
10 lines
278 B
Plaintext
|
configuration {
|
||
|
display-drun: "Application";
|
||
|
display-run: "Execute";
|
||
|
display-window: "Window";
|
||
|
display-ssh: "SSH";
|
||
|
font: "{{ cookiecutter.font.mono.name }} {{ cookiecutter.font.mono.baseSize }}";
|
||
|
show-icons: true;
|
||
|
theme: "themes/fds-mini-sidebar";
|
||
|
}
|