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

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

View File

@ -23,8 +23,6 @@ in
pkgs.steam
pkgs.beeper
pkgs.my-namespace.udev-steelseries
pkgs.wine
pkgs.bottles
];
};
}

View File

@ -35,6 +35,7 @@ stdenv.mkDerivation {
cp resources/98-steelseries.rules $out/lib/udev/rules.d/98-steelseries.rules
mkdir -p $out/etc/udev/rules.d
cp resources/98-steelseries-init.py $out/etc/udev/rules.d/98-steelseries-init.py
chmod +x $out/etc/udev/rules.d/98-steelseries-init.py
'';
meta = with lib; {

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
]