Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Use lmstudio overlay properly

+10 -2
+9 -1
host-specific/shizuri/packages.nix
··· 1 - { pkgs, lib, ... }: 1 + { 2 + pkgs, 3 + lib, 4 + unstable, 5 + ... 6 + }: 2 7 let # bash script to let dbus know about important env variables and 3 8 # propagate them to relevent services run at the end of sway config 4 9 # see ··· 88 93 dbus 89 94 pkg-config 90 95 zlib 96 + 97 + unstable.lmstudio 98 + 91 99 # why wouldn't I want documentation on my system 92 100 man-pages 93 101 man-pages-posix
+1 -1
overlays/lmstudio.nix
··· 10 10 11 11 src = fetchurl { 12 12 url = "https://installers.lmstudio.ai/linux/x64/${version}/LM-Studio-${version}-x64.AppImage"; 13 - hash = "sha256-K36Q8TvSDFdYPtAbz2qV4a1+rUvcB8+w3873IveoDoY="; 13 + hash = "sha256-3nxIsBTA+6x0tohFlHYq6Q5aCPTq0trp5E+9iR/Nl0o="; 14 14 }; 15 15 16 16 appimageContents = appimageTools.extractType2 { inherit pname version src; };