1
0
forked from extern/nix-config

chore: Fix typo

This commit is contained in:
Donovan Glover 2023-06-16 07:34:13 -04:00
parent f08e4ca34f
commit e5c0e7d985
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,5 +1,5 @@
{ pkgs, ... }: {
home.pkgs = with pkgs; [ libnotify ];
home.packages = with pkgs; [ libnotify ];
services.dunst = {
enable = true;