feat: Update nixos

This commit is contained in:
uttarayan21
2025-05-28 23:31:12 +05:30
parent 7c2748b517
commit 9a15d6abc5
6 changed files with 210 additions and 169 deletions

View File

@@ -19,6 +19,64 @@
};
programs = {
appimage = {
enable = true;
binfmt = true;
package = pkgs.appimage-run.override {
extraPkgs = pkgs:
with pkgs; [
# gst_all_1.gstreamer
# gst_all_1.gst-plugins-base
# gst_all_1.gst-plugins-bad
# gst_all_1.gst-plugins-good
binutils
(boost186.override {
enableShared = true;
enableStatic = false;
extraFeatures = [
"log"
"thread"
"filesystem"
];
})
boost186.dev
cereal
cgal
curl
dbus
eigen
expat
ffmpeg
gcc-unwrapped
glew
glfw
glib
glib-networking
gmp
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-good
gtk3
hicolor-icon-theme
ilmbase
libpng
mpfr
nlopt
opencascade-occt_7_6
openvdb
pcre
tbb_2021_11
# webkitgtk_4_0
webkitgtk_4_1
libspnav
# wxGTK'
xorg.libX11
opencv
libnoise
];
};
};
localsend = {
enable = true;
openFirewall = true;

View File

@@ -67,7 +67,7 @@
nvidiaSettings = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU.
package = config.boot.kernelPackages.nvidiaPackages.beta;
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
environment.sessionVariables = {