feat: notifications
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user