Nix
## Add some packages
Config file path:
/etc/nixos/configuration.nix
Add the chromimum package
environment.systemPackages = [ pkgs.chromium ];
Then reload the config:
sudo nixos-rebuild switch
Here is the list of packages.
Config file path:
/etc/nixos/configuration.nix
Add the chromimum package
environment.systemPackages = [ pkgs.chromium ];
Then reload the config:
sudo nixos-rebuild switch
Here is the list of packages.