diff --git a/system/packages.nix b/system/packages.nix index ba64684..fdf83ca 100644 --- a/system/packages.nix +++ b/system/packages.nix @@ -27,7 +27,6 @@ hyprpicker # Hyprland colour picker imagemagick # Image manipulation tool impala # Wifi TUI - pkgs-unstable.input-remapper # Device input remapper jq # CLI JSON processor lazygit # Git TUI less # Pager diff --git a/system/services.nix b/system/services.nix index a5e885a..b511c76 100644 --- a/system/services.nix +++ b/system/services.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs-unstable, ... }: { services = { @@ -8,6 +8,10 @@ expressvpn.enable = true; locate.enable = true; fwupd.enable = true; + input-remapper = { + enable = true; + package = pkgs-unstable.input-remapper; + }; geoclue2 = { enable = true; appConfig.darkman = {