11 lines
160 B
Nix
11 lines
160 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
spotify
|
|
google-chrome
|
|
pommed_light
|
|
tor-browser-bundle-bin
|
|
spicetify-cli
|
|
];
|
|
}
|