aboutsummaryrefslogtreecommitdiff
path: root/host/hephaestus.nix
blob: 2289c152b527e709fc42d84d76e2c8eeb2058b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ pkgs, ... }:

{
  imports = [
    ../gui/default.nix
  ];

  custom.hidpi = false;

  services.kdeconnect = {
    enable = true;
  };
}