From 5e5448763ba4e65cc99943ac08216cfe6ada12ca Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 4 Aug 2025 13:50:40 -0500 Subject: [PATCH] fake --- home-manager/nathan/dotfiles/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home-manager/nathan/dotfiles/default.nix b/home-manager/nathan/dotfiles/default.nix index 504a6f0..2d0e2a5 100644 --- a/home-manager/nathan/dotfiles/default.nix +++ b/home-manager/nathan/dotfiles/default.nix @@ -5,7 +5,6 @@ ".config/hypr" = { source = ./hypr; recursive = true; }; ".config/swaylock" = { source = ./swaylock; recursive = true; }; ".config/wal/templates" = { source = ./wal/templates; recursive = true; }; - ".config/wayvnc" = { source = ./wayvnc; recursive = true; }; "Pictures/Wallpaper" = { source = ./Wallpaper; recursive = true; }; };