helix -> nix: Copy config using home manager
This commit is contained in:
parent
12b63427c7
commit
551aeea2fa
1 changed files with 5 additions and 0 deletions
|
@ -5,4 +5,9 @@
|
|||
home.packages =[
|
||||
pkgs.helix
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/helix/config.toml".source = ./config.toml;
|
||||
".config/helix/languages.toml".source = ./languages.toml;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue