Remove unused lines

This commit is contained in:
2026-06-03 16:17:33 +02:00
parent c51feeac8a
commit 27f2604ed4
3 changed files with 0 additions and 29 deletions
-10
View File
@@ -57,14 +57,4 @@
sessionPath = ["$HOME/.local/bin"];
};
# TODO: colorscheme
# colorscheme.mode = lib.mkOverride 1499 "dark";
# specialisation = {
# dark.configuration.colorscheme.mode = lib.mkOverride 1498 "dark";
# light.configuration.colorscheme.mode = lib.mkOverride 1498 "light";
# };
# home.file = {
# ".colorscheme.json".text = builtins.toJSON config.colorscheme;
# };
}