refactor: extract 'dotsPath' for 'dots' path

This commit is contained in:
2026-01-20 15:35:24 +01:00
parent b6453330bf
commit 24ed3f03cd
6 changed files with 26 additions and 22 deletions

View File

@@ -2,12 +2,12 @@
config,
lib,
pkgs,
dotsPath,
...
}:
let
cfg = config.shell.bash;
username = config.home.username;
dotsPath = ../../../dots;
in
{
options.shell.bash = {