[NixOS] Handle arm-incompatible inline

This commit is contained in:
2023-08-19 14:55:09 -06:00
parent 654137f653
commit 7491191f8c
5 changed files with 19 additions and 25 deletions

View File

@@ -110,5 +110,17 @@
# Visualization
graphviz
nodePackages.mermaid-cli
];
] ++ (if config.system.platform.system == "x86_64-linux" then with pkgs; [
etcher
discord
google-chrome
keybase-gui
pommed_light
slack
spicetify-cli
spotify
tor-browser-bundle-bin
vscode
zoom-us
] else []);
}