this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

stuff

dawn 6624dddb 69f3aa27

+3 -5
-3
hosts/chernobog/modules/vr.nix
··· 14 14 config = { 15 15 enable = true; 16 16 json = { 17 - scale = 1.0; 18 - bitrate = 60000000; 19 17 encoder = 20 18 { 21 19 encoder = "vaapi"; 22 20 codec = "h265"; 23 - bit-depth = 8; 24 21 } 25 22 ; 26 23 };
+2 -2
pkgs-set/pkgs/lmstudio.nix/default.nix
··· 11 11 hash_aarch64-linux = "sha256-fQgXmhkbqTjbW/pyPvyZsIxtkQanpgh1DkzyrbFH6t8="; 12 12 version_aarch64-darwin = "0.4.9-1"; 13 13 hash_aarch64-darwin = "sha256-MuvYJ5mVC6Usz37DF/TG4M8gOHsKG2uN9qzq+dXNa7M="; 14 - version_x86_64-linux = "0.4.10-1"; 15 - hash_x86_64-linux = "sha256-FC7rPA1CxTaYakpSSpjxYiPETW8+N5QmsmUib3RHD0o="; 14 + version_x86_64-linux = "0.4.11-1"; 15 + hash_x86_64-linux = "sha256-l/WVuU+1muv2HOnOHy2h6/FXibiZpj3nMzGoLFTqZFc="; 16 16 17 17 meta = { 18 18 description = "LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs)";
+1
users/mayer/default.nix
··· 23 23 "dialout" 24 24 "video" 25 25 "input" 26 + "lp" 26 27 ]; 27 28 shell = pkgs.nushell; 28 29 hashedPassword = "$6$spzqhAyJfhHy$iHgLBlhjGn1l8PnbjJdWTn1GPvcjMqYNKUzdCe/7IrX6sHNgETSr/Nfpdmq9FCXLhrAfwHOd/q/8SvfeIeNX4/";