Added espanso service to common.nix
This commit is contained in:
parent
f12ca57b3d
commit
dad8e4068e
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
# Espanso for text expansion
|
||||||
|
services.espanso.enable = true;
|
||||||
# OpenSSH
|
# OpenSSH
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue