This commit is contained in:
Chris Kruining 2024-07-23 22:00:59 +02:00
parent db512e1f74
commit e01ffa4cec
14 changed files with 14 additions and 32 deletions

View file

@ -90,7 +90,7 @@ in
};
};
home.configFile.btop-theme = let
create.configFile.btop-theme = let
inherit (config.modules.themes) active;
in
mkIf (active != null) {

View file

@ -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}")