wine
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
./nixosModules/usb.nix
|
||||
./nixosModules/users.nix
|
||||
./nixosModules/waybar-system.nix
|
||||
./nixosModules/wine.nix
|
||||
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wine
|
||||
winetricks # helpful for installing Windows components
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user