diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/hephaestus.nix | 13 |
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; + }; +} |