forked from colonelpanic/dotfiles
14 lines
198 B
Nix
14 lines
198 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
discord
|
|
google-chrome
|
|
keybase-gui
|
|
pommed_light
|
|
slack
|
|
spicetify-cli
|
|
spotify
|
|
tor-browser-bundle-bin
|
|
];
|
|
}
|