diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-12-17 00:52:51 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-12-17 00:52:51 +0200 |
commit | 77f1155518d95c83a644eef379423c53eeb2e9c7 (patch) | |
tree | 8f47d75e97632e17c4b5e29dd7f7cc5de3e3b3db | |
parent | ec800c73945916eb28cf7de89949a4f4eef95c9a (diff) | |
download | nixos-configuration-77f1155518d95c83a644eef379423c53eeb2e9c7.tar.gz nixos-configuration-77f1155518d95c83a644eef379423c53eeb2e9c7.tar.bz2 nixos-configuration-77f1155518d95c83a644eef379423c53eeb2e9c7.zip |
chore: remove blender
blender removed because of costly recompilation due to CUDA support
-rw-r--r-- | nixos/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e299e07..41af29b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -119,9 +119,11 @@ zed-editor libsForQt5.qt5.qtquickcontrols2 libsForQt5.qt5.qtgraphicaleffects - (blender.override { + /* + (blender.override { cudaSupport = true; }) + */ trash-cli #inputs.hyprswitch.packages.x86_64-linux.default ]; |