From 40b55c0cd8c7b29241552a2fa1f18be281eecb1a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 3 Aug 2024 19:55:44 +0400 Subject: [PATCH] enable foot for sakotop --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 534fb96b..5f040809 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -21,6 +21,7 @@ wireguard.enable = true; kitty.enable = true; wezterm.enable = true; + foot.enable = true; bspwm = { enable = false; polybar.enable = false;