nixos-config/configurations/host/flamaster/default.nix

13 lines
211 B
Nix
Raw Normal View History

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;
materus.profile.steam.enable = true;
}