Replace nixpkgs-unstable with pkgs-unstable
diff --git a/src/apps/personal/swaynotificationcenter.nix b/src/apps/personal/swaynotificationcenter.nix
index 7414566..264abb1 100644
--- a/src/apps/personal/swaynotificationcenter.nix
+++ b/src/apps/personal/swaynotificationcenter.nix
@@ -1,5 +1,5 @@
-{ nixpkgs-unstable, ... }: {
-  home.packages = with nixpkgs-unstable; [
-    swaynotificationcenter 
+{ pkgs-unstable, ... }: {
+  home.packages = with pkgs-unstable; [
+    swaynotificationcenter
   ]; 
 }