From 83bbe3c9ab686b991537a3edf56a0f90500e266b Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Wed, 15 Oct 2025 20:28:29 +0100 Subject: [PATCH] fix(host@doloro-wsl): fixed path --- nix/hosts/doloro-wsl/home.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nix/hosts/doloro-wsl/home.nix b/nix/hosts/doloro-wsl/home.nix index b981bc3..3bfff6c 100644 --- a/nix/hosts/doloro-wsl/home.nix +++ b/nix/hosts/doloro-wsl/home.nix @@ -13,15 +13,15 @@ # ./modules/chromium/home.nix #./modules/neovim/home.nix # ./modules/stylix/home.nix - ./modules/nixvim/home.nix - ./modules/tmux/home.nix - ./modules/theme/home.nix + ../../modules/nixvim/home.nix + ../../modules/tmux/home.nix + ../../modules/theme/home.nix # ./modules/spicetify/home.nix # ./modules/obs/home.nix # ./modules/blender/home.nix - ./modules/fish/home.nix + ../../modules/fish/home.nix # ./modules/ytm/home.nix - ./overlays.nix + ../../overlays.nix ]; # Home Manager needs a bit of information about you and the paths it should # manage.