From 0969bda808d325ee7b58fdb94923340eabe53c77 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 20 Apr 2025 12:21:22 +0800 Subject: [PATCH] fix --- modules/home/hyprland/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix index d445854..c001971 100644 --- a/modules/home/hyprland/default.nix +++ b/modules/home/hyprland/default.nix @@ -55,11 +55,6 @@ recursive = true; }; - home.file.".config/swww" = { - source = ./conf/swww; - recursive = true; - }; - home.file.".config/waybar" = { source = ./conf/waybar; recursive = true;