aboutsummaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-01-09 20:53:49 +0100
committerAdrian Kummerlaender2021-01-09 20:53:49 +0100
commita0626514bc44a296a9720449ff1832ed8174e409 (patch)
treec9c06113aa6d13785c40bfc38a718958def69153 /host
parent9f8efed24f884f1bf30bbdbea6d05c85f80688d4 (diff)
downloadnixos_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.nix4
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;
+ };
}