9 lines
102 B
Nix
9 lines
102 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
krebs.per-user.makefu.packages = with pkgs; [
|
|
steam
|
|
games-user-env
|
|
];
|
|
}
|