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