code review

This commit is contained in:
Miguel Palhas
2024-10-04 18:08:02 +01:00
parent a37a480273
commit b0535ef862
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ lib, config, ... }: {
imports = [ ./zsh.nix ./neovim ./rust.nix ./solidity.nix ];
imports = [ ./zsh.nix ./neovim ./rust ./solidity.nix ];
programs = {
home-manager.enable = true;
@@ -0,0 +1,2 @@
[toolchain]
channel = "stable"