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