summary refs log tree commit diff stats
path: root/sys/default.nix
blob: 2b5f9d71eeab38d3432afd81eb7fdc407e67fa59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{...}: {
  imports = [
    ./desktop/gnome
    ./environment
    ./nix
    ./packages
    ./services
    ./systemd
    ./users
  ];
}