homeFiles: Move zellij.nix import to config.nix

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-05-25 18:18:27 +03:00
parent f930ad59f5
commit 30663a70e7
2 changed files with 1 additions and 2 deletions

View file

@ -3,6 +3,7 @@
./homeFiles.nix
./fish.nix
./starship.nix
./zellij.nix
./firefox.nix
./cli.nix
./mpv.nix

View file

@ -4,8 +4,6 @@
lib,
...
}: {
imports = [./zellij.nix];
home.file.".cargo/config.toml".text = ''
[build]
target-dir = "/mnt/build"