summaryrefslogtreecommitdiff
path: root/modules/services/default.nix
blob: d629f389b9018cbc77c8fbafeb06694058dfc34c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  imports = [
    ./ananicy.nix
    ./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;
  };
}