diff --git a/hosts/laptop/modules/home/nix/default.nix b/hosts/laptop/modules/home/nix/default.nix index d60999d..113c7a4 100644 --- a/hosts/laptop/modules/home/nix/default.nix +++ b/hosts/laptop/modules/home/nix/default.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { imports = [ - ./sway/default.nix + ../../../../default/windowManager/sway/default.nix ./alacritty.nix ./shell.nix ./git.nix