From ea4489732b281176e62f1735583ed631a8a6f0a2 Mon Sep 17 00:00:00 2001 From: tomoron Date: Mon, 11 Aug 2025 17:47:52 +0200 Subject: [PATCH] remove config --- homeConfigs/hosts/ft.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfigs/hosts/ft.nix b/homeConfigs/hosts/ft.nix index eecf11d..ef69e5f 100644 --- a/homeConfigs/hosts/ft.nix +++ b/homeConfigs/hosts/ft.nix @@ -12,7 +12,7 @@ mods.x11.enable = true; programs.firefox.enable = false; - config.mods.polybar.fspath = "/home/tomoron"; + mods.polybar.fspath = "/home/tomoron"; mods.sync.homeFolder = "/home/tomoron/sync"; mods.sync.defaultSynced = false;