Skip to content

Nix User Repository with Spotify-adblock and packettracer

License

Notifications You must be signed in to change notification settings

Mandarancio/nix-packages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NUR repository NL-TCH

packages in repository:

  1. 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
  2. ciscoPacketTracer8 This version of packettracer8 automatically installs the required .deb from a private and fast nextcloud server, instead of the slow public link.

how to install

  1. 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;
    };
  };
  1. 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.spotify-adblocked #for installing spotify-adblock
   nur.repos.nltch.ciscoPacketTracer8 #for installing packettracer8 
]
  1. run nixos-rebuild switch to download, compile and install the packages

nur-packages

Build and populate cache Cachix Cache

About

Nix User Repository with Spotify-adblock and packettracer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Nix 100.0%