feat: update inputs

This commit is contained in:
Moritz Böhme 2024-04-21 11:54:00 +02:00
parent 54e55f4b6d
commit 2f4f58a68c
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 135 additions and 163 deletions

View file

@ -13,7 +13,7 @@ in
config = mkIf cfg.enable {
home-manager.users.moritz = {
# HACK: to make foot server work
systemd.user.services.foot.Service.Environment = "PATH=/run/current-system/sw/bin/";
systemd.user.services.foot.Service.Environment = lib.mkForce "PATH=/run/current-system/sw/bin/";
programs.foot = {
enable = true;
server.enable = true;