2025-07-17 07:30:36 +02:00

13 lines
212 B
Nix

{ config, lib, pkgs, ... }:
{
imports =
[
# Include the results of the hardware scan.
./configuration.nix
];
materus.profile.nix.enable = true;
#materus.profile.steam.enable = true;
}