Compare commits

...

2 commits

Author SHA1 Message Date
joygnu 0fa0456f7e dunst and libnotyfiy 2024-08-21 23:15:20 +02:00
joygnu 1a4eac642b dunst 2024-08-21 22:37:55 +02:00
2 changed files with 8 additions and 1 deletions

View file

@ -13,6 +13,6 @@
./hypridle
./neomutt
./newsboat
# inputs.ags.homeManagerModules.default
./dunst
];
}

7
home/dunst/default.nix Normal file
View file

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