mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-12 09:58:40 +00:00
Add Rider and nvidia drivers (#73)
This commit is contained in:
@@ -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 []
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user