whole flake: remove nixpkgs-wayland

This commit is contained in:
Charlie Root 2024-08-21 23:11:59 +02:00
commit 389e92b266
8 changed files with 19 additions and 273 deletions

View file

@ -16,7 +16,7 @@ in {
home-manager.users.${username} = {
services.dunst = {
enable = true;
package = inputs'.nixpkgs-wayland.packages.dunst;
package = pkgs.dunst;
settings = {
global = {
monitor = 1;