add hyprland split

This commit is contained in:
2025-11-08 21:14:06 +09:00
parent 729d2d44f7
commit 256b849f2f
4 changed files with 554 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ split-monitor-workspaces, pkgs, ... }:
{
imports = [
@@ -44,5 +44,11 @@
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
wayland.windowManager.hyprland = {
plugins = [
split-monitor-workspaces.packages.x86_64-linux.split-monitor-workspaces
];
};
home.stateVersion = "25.05";
}