Add wofi emoji

This commit is contained in:
Hadi
2024-09-04 01:44:37 +02:00
parent 659509e613
commit 027ef1c398
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
{ config, ... }: {
{ config, pkgs, ... }: {
home.packages = with pkgs; [ wofi-emoji ];
programs.wofi = {
enable = true;