diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 5f647e0..c403f49 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -21,12 +21,12 @@ let # workspace_command_prefix = "split-"; # hyprland_plugins = [ inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces ]; - workspace_command_prefix = "split:"; - hyprland_plugins = [ pkgs.hyprlandPlugins.hyprsplit ]; + # workspace_command_prefix = "split:"; + # hyprland_plugins = [ pkgs.hyprlandPlugins.hyprsplit ]; # Disable split-monitor-workspaces - # workspace_command_prefix = ""; - # hyprland_plugins = []; + workspace_command_prefix = ""; + hyprland_plugins = []; launch_terminal = pkgs.writeShellScriptBin "launch_terminal" '' function find_leaf_pid(){ diff --git a/home/utils/common.nix b/home/utils/common.nix index 3fbe943..3e26796 100644 --- a/home/utils/common.nix +++ b/home/utils/common.nix @@ -24,6 +24,7 @@ usbutils gocryptfs sshfs + ncdu ]; home.sessionVariables = { XDG_CONFIG_HOME = "${config.xdg.configHome}"; diff --git a/home/utils/desktop.nix b/home/utils/desktop.nix index 3246863..1eb6791 100644 --- a/home/utils/desktop.nix +++ b/home/utils/desktop.nix @@ -9,7 +9,6 @@ ../alacritty ../foot ../kitty - ../ghostty ../firefox ../ssh ../mpv