Game
This commit is contained in:
parent
2c7730d609
commit
411be6cac0
1 changed files with 9 additions and 5 deletions
|
@ -562,16 +562,20 @@
|
|||
};
|
||||
};
|
||||
|
||||
gaming = {
|
||||
gaming = {pkgs, ...}: {
|
||||
imports = with nixosModules; [
|
||||
lutris
|
||||
steam
|
||||
];
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
ludusavi
|
||||
# ludusavi uses rclone
|
||||
rclone
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
pipewire = {
|
||||
services.pipewire = {
|
||||
|
|
Loading…
Reference in a new issue