Move wine and bottles to system packages and fix steelseries-udev

This commit is contained in:
2024-11-10 22:15:37 +01:00
parent e2c080693c
commit 2137ea62c5
3 changed files with 3 additions and 2 deletions

View File

@@ -80,6 +80,8 @@ in
# Set up system Packages
environment.systemPackages = with pkgs; [
git
pkgs.wine
pkgs.bottles
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
]