- spotify-adblock using https://github.com/abba23/spotify-adblock and https://github.com/dasJ/spotifywm/ Listen to spotify without banner ads and interupting audio ads
- ciscoPacketTracer8 This version of packettracer8 automatically installs the required .deb from GitLFS, instead of the slow public link.
- Add the following lines to your
/etc/nixos/configuration.nix
nixpkgs.config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};- Specify the packages you want to install from my repository in your
/etc/nixos/configuration.nix
environment.systemPackages = with pkgs; [
nur.repos.nltch.spotify-adblock #for installing spotify-adblock
nur.repos.nltch.ciscoPacketTracer8 #for installing packettracer8
]- run
nixos-rebuild switchto download, compile and install the packages