mirror of
https://github.com/nix-community/home-manager
synced 2024-12-23 18:29:47 +01:00
parent
410f573226
commit
1b987952b5
1 changed files with 1 additions and 0 deletions
|
@ -540,6 +540,7 @@ let
|
|||
in
|
||||
pkgs.writeText "kakrc" (
|
||||
optionalString (cfg.config != null) cfgStr
|
||||
+ "\n"
|
||||
+ cfg.extraConfig
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue