summaryrefslogtreecommitdiff
path: root/hm/env/screenshot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/env/screenshot.nix')
-rw-r--r--hm/env/screenshot.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hm/env/screenshot.nix b/hm/env/screenshot.nix
index eac2fe7..b4d87e6 100644
--- a/hm/env/screenshot.nix
+++ b/hm/env/screenshot.nix
@@ -3,14 +3,14 @@
lib,
pkgs,
...
-}: let
+}:
+let
cfg = config.hm.env.screenshot;
-in {
+in
+{
options.hm.env.screenshot.enable = lib.mkEnableOption "enables screenshot utilities";
config = lib.mkIf cfg.enable {
- programs.satty = {
- enable = true;
- };
+ programs.satty.enable = true;
home.packages = with pkgs; [
wayfreeze
grim