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