Move wine and bottles to system packages and fix steelseries-udev
This commit is contained in:
parent
e2c080693c
commit
2137ea62c5
@ -23,8 +23,6 @@ in
|
||||
pkgs.steam
|
||||
pkgs.beeper
|
||||
pkgs.my-namespace.udev-steelseries
|
||||
pkgs.wine
|
||||
pkgs.bottles
|
||||
];
|
||||
};
|
||||
}
|
||||
@ -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; {
|
||||
|
||||
@ -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
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user