refactor: organize dracula-theme overlay
This commit is contained in:
parent
5143bb06c8
commit
9d7500c13a
11 changed files with 144 additions and 66 deletions
common/home/bash
|
@ -40,12 +40,7 @@
|
|||
};
|
||||
themes = {
|
||||
dracula-bat = {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "matt1432";
|
||||
repo = "bat";
|
||||
rev = "270bce892537311ac92494a2a7663e3ecf772092";
|
||||
hash = "sha256-UyZ3WFfrEEBjtdb//5waVItmjKorkOiNGtu9eeB3lOw=";
|
||||
};
|
||||
src = pkgs.dracula-theme;
|
||||
file = "Dracula.tmTheme";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue