From cf9d12cc6e6b01dad6a16f56053fdb128dde7274 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 9 Jun 2021 20:20:37 +0200 Subject: Add basic hephaestus config --- host/hephaestus.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 host/hephaestus.nix (limited to 'host/hephaestus.nix') 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; + }; +} -- cgit v1.2.3