From 2919d0b618fc5c3452d6d4d7cc0ea1eaeb5d9418 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 29 Apr 2026 00:16:28 +0200 Subject: [PATCH] fix: actually add foot to packages inside foot configuration file --- modules/home/foot.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/foot.nix b/modules/home/foot.nix index fd9c77b..82c9a9e 100644 --- a/modules/home/foot.nix +++ b/modules/home/foot.nix @@ -1,5 +1,9 @@ { pkgs, username, ... }: { + home.packages = with pkgs; [ + foot + ]; + home.file.".config/foot/foot.ini".text = '' # -*- conf -*-