summaryrefslogtreecommitdiff
path: root/modules/services/default.nix
blob: 1caaa158665457f1595a32864b6bdc09f76ac67b (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 = true;
    gnome.gnome-keyring.enable = true;
    fstrim.enable = true;
    gvfs.enable = true;
  };
}