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