feat/nix #3
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