system: update

This commit is contained in:
2025-03-30 22:22:46 +03:00
parent 8c39e606e3
commit 2d322ab1f2
13 changed files with 114 additions and 80 deletions

View File

@ -1,5 +1,5 @@
{ pkgs-stable, ... }: {
home.packages = with pkgs-stable; [
{ pkgs-fixed, ... }: {
home.packages = with pkgs-fixed; [
(blender.override { cudaSupport = true; })
aseprite
];