refactor(firefox-gx): fetch src from flake inputs

This commit is contained in:
matt1432 2024-02-26 14:38:51 -05:00
parent 5287b37f45
commit 261bc1f180
4 changed files with 46 additions and 22 deletions

View file

@ -340,14 +340,7 @@
flake = false;
};
## Dracula src
nvim-theme-src = {
type = "github";
owner = "Mofiqul";
repo = "dracula.nvim";
flake = false;
};
## Dracula and theme src
bat-theme-src = {
type = "github";
owner = "matt1432";
@ -355,6 +348,14 @@
flake = false;
};
firefox-gx-src = {
type = "github";
owner = "Godiesc";
repo = "firefox-gx";
ref = "v.9.0";
flake = false;
};
git-theme-src = {
type = "github";
owner = "dracula";
@ -369,6 +370,13 @@
flake = false;
};
nvim-theme-src = {
type = "github";
owner = "Mofiqul";
repo = "dracula.nvim";
flake = false;
};
plymouth-theme-src = {
type = "github";
owner = "matt1432";