Merge remote-tracking branch 'refs/remotes/origin/nixos' into nixos

This commit is contained in:
Moritz Böhme 2024-04-22 09:38:39 +02:00
commit f1b86275da
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
9 changed files with 153 additions and 345 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;
settings = {