summary refs log tree commit diff stats
path: root/config.nix
blob: d2f7bd12c01c16331fdf5c150e92e08aa30e96ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ config, pkgs, ... }:

{
  imports =
    [ 
      ./packages.nix
      ./bootloader.nix
      ./gnome.nix
      ./networking.nix
      ./users.nix
      ./sound.nix
      ./cups.nix
    ];
}