diff --git a/derivations/modules-options-doc/default.nix b/derivations/modules-options-doc/default.nix index 1f860c48..f752d643 100644 --- a/derivations/modules-options-doc/default.nix +++ b/derivations/modules-options-doc/default.nix @@ -1,3 +1,4 @@ +# TODO: Can I replicate something similar for the mylib? { stdenv, lib, diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index 86c01f6d..5302ab0a 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -49,8 +49,8 @@ in { slurp # Region selector for screensharing grim # Grab images from compositor - xfce.thunar - xfce.tumbler # Thunar thumbnails + # xfce.thunar + # xfce.tumbler # Thunar thumbnails libsForQt5.polkit-kde-agent ]; @@ -64,6 +64,7 @@ in { }; services = { + # TODO: Make a module out of this # Notification service dunst = { enable = true;