.
This commit is contained in:
parent
db512e1f74
commit
e01ffa4cec
14 changed files with 14 additions and 32 deletions
|
@ -132,10 +132,10 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
home.configFile.zsh-abbreviations = {
|
||||
create.configFile.zsh-abbreviations = {
|
||||
target = "zsh/abbreviations";
|
||||
text = let
|
||||
abbrevs = import "${config.snowflake.configDir}/shell-abbr";
|
||||
abbrevs = import "${config.kaas.configDir}/shell-abbr";
|
||||
in ''
|
||||
${concatStrings (mapAttrsToList
|
||||
(k: v: "abbr ${k}=${escapeNixString v}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue