mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 03:10:43 +00:00
Add hyprpaper
This commit is contained in:
parent
842b009f84
commit
73c7b503ad
4 changed files with 49 additions and 0 deletions
|
@ -4,6 +4,14 @@ in
|
|||
{
|
||||
options.myOptions.home-manager.services = {
|
||||
dunst.enable = mkEnableOption "Dunst (lightweight notification daemon)";
|
||||
hyprpaper = {
|
||||
enable = mkEnableOption "Hyprpaper (Hyprland wallpaper daemon)";
|
||||
wallpaperPath = mkOption {
|
||||
type = types.path;
|
||||
default = null;
|
||||
description = "Path to the wallpaper of your choosing";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue