Skip to content

Commit

Permalink
feat: add nur to use spotify-adblock
Browse files Browse the repository at this point in the history
  • Loading branch information
aruZeta committed Aug 5, 2023
1 parent c20768b commit 09e329d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
18 changes: 17 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
url = "github:nix-community/emacs-overlay/2a779188014aad4cfc73860c97121d9707259e2a";
inputs.nixpkgs.follows = "nixpkgs_23_05";
};
nur.url = "github:nix-community/NUR";
};

outputs =
{ self
, nixpkgs_23_05
, nixpkgs_unstable
, home-manager_23_05
, nur
, ...
} @ inputs:

Expand Down
8 changes: 7 additions & 1 deletion users/aru/home/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{ config
, lib
, pkgs
, nur
, ...
} @ inputs:

let
enabledStuff = (import ./enable.nix);
argSet = inputs // {inherit enabledStuff;};
nurPkgs = import nur { pkgs = pkgs; nurpkgs = pkgs; };
argSet = inputs // {
inherit enabledStuff;
inherit nurPkgs;
};
usefulExpresions = (import ./useful-expresions.nix argSet);
argSet' = argSet // {inherit usefulExpresions;};

Expand Down Expand Up @@ -69,6 +74,7 @@ in

# Music
spotify
nurPkgs.repos.milahu.spotify-adblock

# Files
xfce.thunar
Expand Down

0 comments on commit 09e329d

Please sign in to comment.