Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ea4489732b | |||
6c35b8fb99 |
@ -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;
|
||||||
|
@ -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";
|
||||||
|
Reference in New Issue
Block a user