refactor: organize dracula-theme overlay

This commit is contained in:
matt1432 2023-12-13 18:47:51 -05:00
parent 5143bb06c8
commit 9d7500c13a
11 changed files with 144 additions and 66 deletions
common/home/bash

View file

@ -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";
};
};