From 711422a98dc7b65339fb96e8b8ce3aba2ad47234 Mon Sep 17 00:00:00 2001 From: Sojus07 Date: Sun, 9 Feb 2025 17:17:06 +0100 Subject: [PATCH] PogChamp --- hosts/laptop/modules/home/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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