aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/mercury/default.nix
blob: 882207e786e58c30ce78c4ed5e676a57ed712f6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  imports = [
    ./services/gnome.nix
    ./services/sanoid.nix
    ./services/xserver.nix
    ./services/pipewire.nix
    ./system/environment.nix
    ./system/programs.nix
    ./system/hardware.nix
    ./system/security.nix
    ./system/console.nix
    ./system/network.nix
    ./system/system.nix
    ./system/fonts.nix
    ./system/i18n.nix
    ./system/docs.nix
    ./system/boot.nix
    ./system/nix.nix
    ./system/fs.nix
  ];
}