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

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