about summary refs log tree commit diff
path: root/users/fcuny/desktop/wm/screenshot.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/wm/screenshot.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/fcuny/desktop/wm/screenshot.nix b/users/fcuny/desktop/wm/screenshot.nix
new file mode 100644
index 0000000..e396cb7
--- /dev/null
+++ b/users/fcuny/desktop/wm/screenshot.nix
@@ -0,0 +1,8 @@
+{ config, lib, pkgs, ... }:
+
+{
+  home.packages = [
+    pkgs.slurp
+    pkgs.grim
+  ];
+}