From 319d99b6e02c24f7e1f397144e3895d0d97e2513 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Mon, 6 May 2024 20:54:33 +0200 Subject: [PATCH] reset: update version --- nix/override/reset.nix | 6 +++--- nix/programs/hyprland/config.nix | 1 + nix/programs/nvim/lua/plugins/plugins.lua | 3 +++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/nix/override/reset.nix b/nix/override/reset.nix index 603bc30..50f4f83 100644 --- a/nix/override/reset.nix +++ b/nix/override/reset.nix @@ -11,16 +11,16 @@ let in rustPlatform.buildRustPackage rec { pname = "reset"; - version = "1.1.1"; + version = "1.2.0"; src = fetchFromGitHub { owner = "Xetibo"; repo = "ReSet"; rev = "${version}"; - hash = "sha256-nyEGhD4IlsJ1AqRZC7aP2vOuq4etvZ7BwTMxb4u7cxY="; + hash = "sha256-6n7IaYQAw0VSkQFO1wXwQjuGbhvheiV6ZJDkpaEIeLU="; }; - cargoHash = "sha256-lcNu8yEQiSTshXCwblBLYpSJWmErS53z+SviqaqlSnI="; + cargoHash = "sha256-S3Z2tHQuv17Dvg2VMFDeOvDzyLfIPROcFMsYOoCscqM="; nativeBuildInputs = with pkgs;[ pkg-config diff --git a/nix/programs/hyprland/config.nix b/nix/programs/hyprland/config.nix index a1a270d..6031aff 100644 --- a/nix/programs/hyprland/config.nix +++ b/nix/programs/hyprland/config.nix @@ -168,6 +168,7 @@ swallow_regex = "^(.*)(kitty)(.*)$"; # conversion seems to be borked right now, i want a smooth bibata :( enable_hyprcursor = false; + initial_workspace_tracking = 2; }; gestures = { diff --git a/nix/programs/nvim/lua/plugins/plugins.lua b/nix/programs/nvim/lua/plugins/plugins.lua index 88d1824..8c0b441 100644 --- a/nix/programs/nvim/lua/plugins/plugins.lua +++ b/nix/programs/nvim/lua/plugins/plugins.lua @@ -191,6 +191,9 @@ return { view = { side = "right", }, + diagnostics = { + enable = true, + }, }) end, keys = {