mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-08 00:19:01 +00:00
![Gabriel Arazas](/assets/img/avatar_default.png)
I've also added a little module for version control systems now that I'm finding myself often packaging software.
10 lines
278 B
Plaintext
Executable File
10 lines
278 B
Plaintext
Executable File
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";
|
|
}
|