fix boot issue

This commit is contained in:
Tao Tien 2024-03-19 18:12:55 -07:00
parent 0f8a1aa7e1
commit 82d146ef58
8 changed files with 23 additions and 13 deletions

View file

@ -8,6 +8,7 @@
in {
imports = [
(import ./helix.nix {inherit pkgs inputs;})
./plasma.nix
];
home.file.".cargo/config.toml".text = cargoConfig;