mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-09 15:16:26 +00:00
6 lines
99 B
Nix
6 lines
99 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
# ./steam.nix
|
|
];
|
|
home.packages = with pkgs; [ gamescope ];
|
|
}
|