mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add dunst icon
This commit is contained in:
parent
857eaf3d65
commit
c970474c7a
1 changed files with 5 additions and 0 deletions
5
home.nix
5
home.nix
|
@ -122,6 +122,11 @@
|
|||
services.dunst = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
size = "32x32";
|
||||
};
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
|
|
Loading…
Reference in a new issue