11 lines
124 B
Nix
11 lines
124 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./steam.nix
|
|
];
|
|
users.users.makefu.packages = with pkgs; [
|
|
games-user-env
|
|
];
|
|
}
|