fix: use rootPath everywhere! :3

This commit is contained in:
Ranomier 2025-06-15 21:45:30 +02:00
parent 33a314b658
commit 5a9e25cc6e
4 changed files with 14 additions and 22 deletions

View file

@ -1,6 +1,7 @@
{rootPath, ...}: {
imports = [
(rootPath + /modules/customisation.nix)
(rootPath + /modules/sec_auth/ssh-server.nix)
(rootPath + /modules/software/neovim.nix)
(rootPath + /modules/software/packages/core.nix)
];