From e5c0e7d985d1bd5675ea741e2c23f6d32d391d7f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 16 Jun 2023 07:34:13 -0400 Subject: [PATCH] chore: Fix typo --- modules/dunst/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dunst/default.nix b/modules/dunst/default.nix index 177a035..04fef59 100644 --- a/modules/dunst/default.nix +++ b/modules/dunst/default.nix @@ -1,5 +1,5 @@ { pkgs, ... }: { - home.pkgs = with pkgs; [ libnotify ]; + home.packages = with pkgs; [ libnotify ]; services.dunst = { enable = true;