diff options
author | Adrian Kummerlaender | 2021-01-09 20:53:49 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2021-01-09 20:53:49 +0100 |
commit | a0626514bc44a296a9720449ff1832ed8174e409 (patch) | |
tree | c9c06113aa6d13785c40bfc38a718958def69153 /host | |
parent | 9f8efed24f884f1bf30bbdbea6d05c85f80688d4 (diff) | |
download | nixos_home-a0626514bc44a296a9720449ff1832ed8174e409.tar nixos_home-a0626514bc44a296a9720449ff1832ed8174e409.tar.gz nixos_home-a0626514bc44a296a9720449ff1832ed8174e409.tar.bz2 nixos_home-a0626514bc44a296a9720449ff1832ed8174e409.tar.lz nixos_home-a0626514bc44a296a9720449ff1832ed8174e409.tar.xz nixos_home-a0626514bc44a296a9720449ff1832ed8174e409.tar.zst nixos_home-a0626514bc44a296a9720449ff1832ed8174e409.zip |
Enable kdeconnect on obelix
Diffstat (limited to 'host')
-rw-r--r-- | host/obelix.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/obelix.nix b/host/obelix.nix index b38ab68..f4717e8 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -14,4 +14,8 @@ type = "local-shell"; }; }; + + services.kdeconnect = { + enable = true; + }; } |