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

{
  imports = [
    ../gui/default.nix
    ../gui/xmonad.nix
    ../gui/networkmanager.nix
    ../gui/stalonetray.nix
  ];

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