From 9340a365a7c61d996ee7686f5cca8bc879f893f5 Mon Sep 17 00:00:00 2001 From: Satria Date: Sun, 15 Feb 2026 09:39:38 +0700 Subject: [PATCH] fix deprecation --- modules/home/rice/keybinds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/rice/keybinds.nix b/modules/home/rice/keybinds.nix index c6d48f7..16c23e1 100644 --- a/modules/home/rice/keybinds.nix +++ b/modules/home/rice/keybinds.nix @@ -1,6 +1,6 @@ { pkgs, hostname, ... }: { services.fusuma = { - extraPackages = with pkgs; [ systemd coreutils-full xorg.xprop ]; + extraPackages = with pkgs; [ systemd coreutils-full xprop ]; enable = true; settings = { swipe = {