Add Rider and nvidia drivers (#73)

This commit is contained in:
Patrick Stevens
2024-09-08 21:25:33 +01:00
committed by GitHub
parent ceaead9b63
commit 76dbd82446
4 changed files with 45 additions and 4 deletions

View File

@@ -314,7 +314,20 @@
]
++ (
if nixpkgs.stdenv.isLinux
then [nixpkgs.protonmail-bridge nixpkgs.pinentry]
then [
nixpkgs.protonmail-bridge
nixpkgs.pinentry
nixpkgs.signal-desktop
]
else []
)
++ (
if machinename == "capybara"
then [
nixpkgs.steam-run
nixpkgs.discord
nixpkgs.anki-bin
]
else []
);