about summary refs log tree commit diff
path: root/machines/adax/cc.nix
blob: 96b12d28ca1a4f07dd530ed8325f8775794b4207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Edit this configuration file to define what should be installed on
# your system.  Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).

{ config, pkgs, ... }:

{
  imports =
    [ # Include the results of the hardware scan.
      ./hardware-configuration.nix
      ./dots/machines/hp-compaq/configuration.nix
    ];


}