Commit 30976a0

HPCesia <me@hpcesia.com>
2025-10-09 06:36:56
feat: add cliphist
1 parent 1f52ad2
Changed files (1)
modules
desktop
shell
modules/desktop/shell/niri/clipboard.nix
@@ -0,0 +1,10 @@
+{
+  flake.modules.homeManager.niri = {pkgs, ...}: {
+    home.packages = [pkgs.wl-clipboard];
+
+    services.cliphist = {
+      enable = true;
+      allowImages = true;
+    };
+  };
+}