mirror of
https://github.com/materusPL/nixos-config
synced 2025-07-28 00:44:25 +02:00
7 lines
62 B
Nix
7 lines
62 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./steam.nix
|
|
];
|
|
}
|