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