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

@ -21,6 +21,9 @@
musnix.url = "github:musnix/musnix";
devshell.url = "github:numtide/devshell";
# nixvim.url = "github:pta2002/nixvim";
firefox-gnome-theme.url = "github:rafaelmardojai/firefox-gnome-theme";
firefox-gnome-theme.flake = false;
};
# Outputs is a function that takes the inputs as arguments.
@ -43,7 +46,7 @@
inputs.emacs-overlay.overlay
# All my own overlays
(import ./overlays { inherit nixpkgs; })
(import ./overlays { inherit nixpkgs inputs; })
];
};