2023-10-08 11:42:08 +02:00
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
|
|
imports =
|
|
|
|
[
|
|
|
|
# Include the results of the hardware scan.
|
|
|
|
./configuration.nix
|
|
|
|
];
|
|
|
|
materus.profile.nix.enable = true;
|
2025-07-17 07:30:36 +02:00
|
|
|
#materus.profile.steam.enable = true;
|
2023-10-08 11:42:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
}
|