summaryrefslogtreecommitdiff
path: root/modules/services/default.nix
blob: 4b630d66b0cfeffc93a2095cf4c0f7b2e2605e31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  imports = [
    ./dbus.nix
    ./libinput.nix
    ./openssh.nix
    ./pipewire.nix
    ./xserver.nix
  ];

  services = {
    printing.enable = false;
    gnome.gnome-keyring.enable = true;
    fstrim.enable = true;
    gvfs.enable = true;
  };
}