create desktop gameing config
This commit is contained in:
parent
d016b8fdde
commit
f32badf55d
4 changed files with 133 additions and 0 deletions
9
hosts/desktop/home.nix
Normal file
9
hosts/desktop/home.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [../home/home_common.nix];
|
||||
home = {packages = with pkgs; [steam wivrn opencomposite neovim];};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue