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