add hyprland split
This commit is contained in:
8
home.nix
8
home.nix
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user