refactor: extract 'dotsPath' for 'dots' path
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
dotsPath,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.shell.bash;
|
||||
username = config.home.username;
|
||||
dotsPath = ../../../dots;
|
||||
in
|
||||
{
|
||||
options.shell.bash = {
|
||||
|
||||
Reference in New Issue
Block a user