feat: notifications
This commit is contained in:
@@ -39,6 +39,7 @@ in {
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
cliphist
|
cliphist
|
||||||
|
libnotify
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.mime.enable = true;
|
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.enable = true;
|
||||||
programs.hyprland.settings = let
|
programs.hyprland.settings = let
|
||||||
monitor-1 = "HDMI-A-1";
|
monitor-1 = "HDMI-A-1";
|
||||||
@@ -101,6 +109,9 @@ in {
|
|||||||
pseudotile = true;
|
pseudotile = true;
|
||||||
preserve_split = true;
|
preserve_split = true;
|
||||||
};
|
};
|
||||||
|
env = [
|
||||||
|
"WLR_DRM_DEVICES,${config.xdg.configHome}/hypr/card"
|
||||||
|
];
|
||||||
exec = [
|
exec = [
|
||||||
"${desktop-boot}/bin/desktop-boot"
|
"${desktop-boot}/bin/desktop-boot"
|
||||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||||
|
|||||||
Reference in New Issue
Block a user