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