mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
6 lines
104 B
Nix
6 lines
104 B
Nix
{config, ...}:
|
|
{
|
|
environment.systemPackages = [
|
|
config.nur.repos.instantos.spotify-adblock
|
|
];
|
|
}
|