refactor flake.nix and osConfig organization
This commit is contained in:
10
osConfigs/modules/game.nix
Normal file
10
osConfigs/modules/game.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ config, lib, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam.enable=true;
|
||||
programs.steam.protontricks.enable=true;
|
||||
|
||||
# environment.systemPackages = with pkgs; [ qemu quickemu];
|
||||
# programs.virt-manager.enable = true;
|
||||
# virtualisation.libvirtd.enable = true;
|
||||
}
|
Reference in New Issue
Block a user