about summary refs log tree commit diff stats
path: root/system/services/default.nix
blob: cb5616d0c5b35484d5c56b6b102d322b4f26d133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{config, ...}: {
  imports = [
    ./printing
    ./nix
    ./snapper
    ./steam
    ./dconf
    ./openssh
    ./backup
    ./swaylock
  ];
}