feat: notifications

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-26 18:39:09 -03:00
parent d1e8db51db
commit 61c1bd969f

View File

@@ -39,6 +39,7 @@ in {
home.packages = with pkgs; [
wl-clipboard
cliphist
libnotify
];
xdg.mime.enable = true;
@@ -70,6 +71,13 @@ in {
};
};
services.dunst.enable = true;
services.dunst.settings = {
global = {
follow = "mouse";
};
};
programs.hyprland.enable = true;
programs.hyprland.settings = let
monitor-1 = "HDMI-A-1";
@@ -101,6 +109,9 @@ in {
pseudotile = true;
preserve_split = true;
};
env = [
"WLR_DRM_DEVICES,${config.xdg.configHome}/hypr/card"
];
exec = [
"${desktop-boot}/bin/desktop-boot"
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"