STill trying
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
flakeRoot,
|
||||||
|
...
|
||||||
|
}:
|
||||||
let
|
let
|
||||||
repoZshConf = flakeRoot + "/assets/conf/dev/terminal/zsh.conf";
|
repoZshConf = flakeRoot + "/assets/conf/dev/terminal/zsh.conf";
|
||||||
in
|
in
|
||||||
@@ -28,6 +34,5 @@ in
|
|||||||
"zsh-syntax-highlighting"
|
"zsh-syntax-highlighting"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user