fix typo in polybar module
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m31s

This commit is contained in:
2025-08-07 15:30:14 +02:00
parent 76702ea878
commit 6c35b8fb99

View File

@ -6,14 +6,14 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2025/02/10 02:51:32 by tomoron #+# #+# # # Created: 2025/02/10 02:51:32 by tomoron #+# #+# #
# Updated: 2025/08/07 15:25:50 by tomoron ### ########.fr # # Updated: 2025/08/07 15:30:07 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
{ lib, config, ... }: { lib, config, ... }:
{ {
option.mods.polybar.fspath = lib.mkOption { options.mods.polybar.fspath = lib.mkOption {
type = lib.types.str; type = lib.types.str;
default = "/"; default = "/";
description = "set the filesystem path for the remaining disk space"; description = "set the filesystem path for the remaining disk space";