Disable hyprland split plugin for now
This commit is contained in:
parent
e6bac973fa
commit
7a899a428d
|
@ -126,7 +126,7 @@ in {
|
|||
xwayland.enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
plugins = [
|
||||
inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces
|
||||
# inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces
|
||||
];
|
||||
settings = {
|
||||
"$mainMod" = "SUPER";
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
dotnet-sdk_8
|
||||
cargo
|
||||
neovim-unwrapped
|
||||
tree-sitter
|
||||
];
|
||||
|
||||
home.file."${config.xdg.configHome}/nvim" = {
|
||||
|
|
Loading…
Reference in New Issue