dotfiles/nixos/arm-incompatible.nix

14 lines
198 B
Nix
Raw Normal View History

2021-07-11 04:19:34 -06:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
discord
2021-07-11 04:19:34 -06:00
google-chrome
keybase-gui
2021-07-11 04:19:34 -06:00
pommed_light
slack
2021-09-29 19:33:42 -06:00
spicetify-cli
spotify
tor-browser-bundle-bin
2021-07-11 04:19:34 -06:00
];
}