1

enable firefox-gnome-theme

This commit is contained in:
2022-08-12 23:53:04 +02:00
parent 7c666b1276
commit e2a0c90a1b
7 changed files with 44 additions and 10 deletions

View File

@ -1,9 +1,9 @@
{ nixpkgs, ... }:
{ inputs, nixpkgs, ... }:
let
# Taken from https://github.com/Misterio77/nix-config/blob/main/overlay/default.nix
# By specifying this we can just add our derivation to derivations/default.nix and it will land here
additions = final: prev: import ../derivations { pkgs = final; };
additions = final: prev: import ../derivations { inherit inputs; pkgs = final; };
in
# TODO: I have absolutely no clue what happens here lol