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

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