mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-19 06:56:14 +02:00
13 lines
211 B
Nix
13 lines
211 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;
|
|
|
|
|
|
}
|