Removed espanso from NixOS config
This commit is contained in:
parent
e1a6f935a7
commit
038154ba6e
2 changed files with 1 additions and 2 deletions
|
|
@ -72,8 +72,6 @@
|
||||||
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;
|
||||||
# Hardware acceleration support
|
# Hardware acceleration support
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@ user-dirs.dirs
|
||||||
user-dirs.locale
|
user-dirs.locale
|
||||||
espanso
|
espanso
|
||||||
obsidian
|
obsidian
|
||||||
|
mimeapps.list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue