parent
5287b37f45
commit
261bc1f180
4 changed files with 46 additions and 22 deletions
24
flake.nix
24
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue