aboutsummaryrefslogtreecommitdiff
path: root/host/hephaestus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/hephaestus.nix')
-rw-r--r--host/hephaestus.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/host/hephaestus.nix b/host/hephaestus.nix
new file mode 100644
index 0000000..2289c15
--- /dev/null
+++ b/host/hephaestus.nix
@@ -0,0 +1,13 @@
+{ pkgs, ... }:
+
+{
+ imports = [
+ ../gui/default.nix
+ ];
+
+ custom.hidpi = false;
+
+ services.kdeconnect = {
+ enable = true;
+ };
+}