diff --git a/hosts/pinwheel/modules/foot/default.nix b/hosts/pinwheel/modules/foot/default.nix index 8eec1ca..509ea35 100644 --- a/hosts/pinwheel/modules/foot/default.nix +++ b/hosts/pinwheel/modules/foot/default.nix @@ -20,6 +20,7 @@ in main = { term = "xterm-256color"; font = "JetBrainsMono Nerd Font:size=15"; + include = "${pkgs.foot.themes}/share/foot/themes/dracula"; }; }; };