refactor: remove mentions of x86
This commit is contained in:
parent
409890686f
commit
a500d682bb
6 changed files with 21 additions and 26 deletions
common/home/bash
|
@ -40,8 +40,13 @@
|
|||
};
|
||||
themes = {
|
||||
dracula-bat = {
|
||||
src = "${pkgs.dracula-theme}/bat";
|
||||
file = "dracula-bat.tmTheme";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "matt1432";
|
||||
repo = "bat";
|
||||
rev = "270bce892537311ac92494a2a7663e3ecf772092";
|
||||
hash = "sha256-UyZ3WFfrEEBjtdb//5waVItmjKorkOiNGtu9eeB3lOw=";
|
||||
};
|
||||
file = "Dracula.tmTheme";
|
||||
};
|
||||
};
|
||||
extraPackages = with pkgs.bat-extras; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue