Format using nixfmt
This commit is contained in:
parent
a33c74c580
commit
b1421c97e1
30 changed files with 184 additions and 265 deletions
|
@ -1,14 +1,9 @@
|
|||
let
|
||||
baseUrl = "https://www.oliverdavies.uk";
|
||||
let baseUrl = "https://www.oliverdavies.uk";
|
||||
in {
|
||||
services.espanso = {
|
||||
enable = true;
|
||||
|
||||
configs = {
|
||||
default = {
|
||||
show_notifications = false;
|
||||
};
|
||||
};
|
||||
configs = { default = { show_notifications = false; }; };
|
||||
|
||||
matches = {
|
||||
base = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue