Recreated nix files
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ jq ];
|
||||
hyprland-nix.packages.${config.nixpkgs.system}.hyprscrolling
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
plugins = with inputs.hyprland-nix.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
hyprscrolling
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user