flake: substituteAll -> replaceVars
This commit is contained in:
parent
a5616f81ec
commit
9fb131c64b
2 changed files with 2 additions and 6 deletions
|
@ -2,9 +2,7 @@
|
|||
let
|
||||
cfg = config.services.openssh;
|
||||
|
||||
neofetchConfig = pkgs.substituteAll {
|
||||
src = ./neofetch.conf;
|
||||
|
||||
neofetchConfig = pkgs.replaceVars ./neofetch.conf {
|
||||
inherit (config.info) model;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue