configures niri desktop entries

This commit is contained in:
Dennis Schoepf 2025-11-26 17:32:09 +01:00
parent 5aec5313c5
commit 8872e59505
4 changed files with 25 additions and 2 deletions

View file

@ -11,4 +11,26 @@
# WM Utilities (split out if they need additional config)
programs.hyprlock.enable = true;
# Additional Desktop Entries
xdg.desktopEntries = {
screenshot = {
type = "Application";
name = "Screenshot";
exec = "niri msg action screenshot";
icon = "screenie";
};
screenshot-screen = {
type = "Application";
name = "Screenshot Screen";
exec = "niri msg action screenshot-screen";
icon = "screenie";
};
color-pickers = {
type = "Application";
name = "Color Picker";
exec = "hyprpicker";
icon = "colorpicker";
};
};
}