From 2f22eac5ad421328ec4ac1778eff9d19f9abf43e Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 16 Nov 2023 09:15:21 +0100 Subject: [PATCH] pinwheel: Use `dracula` theme with `foot` --- hosts/pinwheel/modules/foot/default.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; }; };