added missing files

This commit is contained in:
Greg Leyda 2022-07-10 15:36:37 -04:00
parent 0e56188133
commit 22c5b6f826
5 changed files with 18 additions and 0 deletions

6
nur.nix Normal file
View file

@ -0,0 +1,6 @@
{config, ...}:
{
environment.systemPackages = [
config.nur.repos.instantos.spotify-adblock
];
}