2 Commits

Author SHA1 Message Date
ea4489732b remove config
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m24s
2025-08-11 17:47:52 +02:00
6c35b8fb99 fix typo in polybar module
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m31s
2025-08-07 15:30:14 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
mods.x11.enable = true; mods.x11.enable = true;
programs.firefox.enable = false; programs.firefox.enable = false;
config.mods.polybar.fspath = "/home/tomoron"; mods.polybar.fspath = "/home/tomoron";
mods.sync.homeFolder = "/home/tomoron/sync"; mods.sync.homeFolder = "/home/tomoron/sync";
mods.sync.defaultSynced = false; mods.sync.defaultSynced = false;

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";