6 lines
151 B
Nix
6 lines
151 B
Nix
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
|
{
|
|
home.packages = with pkgs; [ jq ];
|
|
hyprland-nix.packages.${config.nixpkgs.system}.hyprscrolling
|
|
}
|