11 lines
80 B
Nix
11 lines
80 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}:
|
|
{
|
|
home.packages = with pkgs; [
|
|
lutris
|
|
];
|
|
}
|