commit | 4e7e66e60481f25f31656c776f5426abc8fcd8ae | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Tue May 24 20:29:52 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Tue May 24 20:29:52 2022 +0100 |
tree | f467dca0c74f471efdda01763c631fe127baf234 | |
parent | f8cca8f82f03b1622bcf9634b675eb285ab2da27 [diff] |
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 ]; }