rebuilding minimised nix files
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{ config, lib, pkgs, flakeRoot, ... }:
|
||||
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ jq ];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
plugins = [ pkgs.hyprlandPlugins.hyprscrolling
|
||||
pkgs.hyprlandPlugins.hyprspace
|
||||
# pkgs.hyprlandPlugins.hyprsunset
|
||||
pkgs.hyprlandPlugins.HyprEasymotion
|
||||
|
||||
];
|
||||
plugins = with inputs.hyprland-plugins.packages.${pkgs.system}; [
|
||||
hyprscrolling
|
||||
hyprspace
|
||||
hyprsunset
|
||||
HyprEasymotion
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user