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; }; };