From 6624dddb7470fa77a42f9db31631a52889bb4b8b Mon Sep 17 00:00:00 2001 From: dawn <90008@gaze.systems> Date: Tue, 14 Apr 2026 05:27:49 +0300 Subject: [PATCH] stuff --- hosts/chernobog/modules/vr.nix | 3 --- pkgs-set/pkgs/lmstudio.nix/default.nix | 4 ++-- users/mayer/default.nix | 1 + 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/hosts/chernobog/modules/vr.nix b/hosts/chernobog/modules/vr.nix index da8548c..8e2e911 100644 --- a/hosts/chernobog/modules/vr.nix +++ b/hosts/chernobog/modules/vr.nix @@ -14,13 +14,10 @@ config = { enable = true; json = { - scale = 1.0; - bitrate = 60000000; encoder = { encoder = "vaapi"; codec = "h265"; - bit-depth = 8; } ; }; diff --git a/pkgs-set/pkgs/lmstudio.nix/default.nix b/pkgs-set/pkgs/lmstudio.nix/default.nix index 97711a0..b9e84b2 100644 --- a/pkgs-set/pkgs/lmstudio.nix/default.nix +++ b/pkgs-set/pkgs/lmstudio.nix/default.nix @@ -11,8 +11,8 @@ let hash_aarch64-linux = "sha256-fQgXmhkbqTjbW/pyPvyZsIxtkQanpgh1DkzyrbFH6t8="; version_aarch64-darwin = "0.4.9-1"; hash_aarch64-darwin = "sha256-MuvYJ5mVC6Usz37DF/TG4M8gOHsKG2uN9qzq+dXNa7M="; - version_x86_64-linux = "0.4.10-1"; - hash_x86_64-linux = "sha256-FC7rPA1CxTaYakpSSpjxYiPETW8+N5QmsmUib3RHD0o="; + version_x86_64-linux = "0.4.11-1"; + hash_x86_64-linux = "sha256-l/WVuU+1muv2HOnOHy2h6/FXibiZpj3nMzGoLFTqZFc="; meta = { description = "LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs)"; diff --git a/users/mayer/default.nix b/users/mayer/default.nix index 998f4c2..9f0360a 100644 --- a/users/mayer/default.nix +++ b/users/mayer/default.nix @@ -23,6 +23,7 @@ in "dialout" "video" "input" + "lp" ]; shell = pkgs.nushell; hashedPassword = "$6$spzqhAyJfhHy$iHgLBlhjGn1l8PnbjJdWTn1GPvcjMqYNKUzdCe/7IrX6sHNgETSr/Nfpdmq9FCXLhrAfwHOd/q/8SvfeIeNX4/"; -- 2.51.2