2023-06-09 21:16:14 +02:00
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
|
|
imports =
|
|
|
|
[
|
|
|
|
# Include the results of the hardware scan.
|
|
|
|
./configuration.nix
|
|
|
|
];
|
|
|
|
materus.profile.nix.enable = true;
|
2023-06-11 01:45:23 +02:00
|
|
|
materus.profile.steam.enable = true;
|
2023-06-09 21:16:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
}
|