mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
11 lines
137 B
Nix
11 lines
137 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[ # Include the results of the hardware scan.
|
|
./qmk
|
|
./steam
|
|
./sound
|
|
];
|
|
|
|
} |