Remove all unstable packages
This commit is contained in:
parent
3afe2d0562
commit
9945e3bdbd
8 changed files with 9 additions and 9 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs.unstable; [ blender ffmpeg ];
|
||||
home.packages = with pkgs; [ blender ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue