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