add(hyprland): plugin is fixed!

This commit is contained in:
kenji
2025-12-31 13:57:52 -06:00
parent 588f1a17ca
commit 906ce21aaa
6 changed files with 47 additions and 15 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
{
{pkgs, ...}: {
imports = [
./hypr/binds.nix
./hypr/general.nix
@@ -12,4 +12,7 @@
];
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland.systemd.enable = false; # for UWSM support...
wayland.windowManager.hyprland.plugins = [
pkgs.hyprlandPlugins.hyprsplit
];
}