fix deprecation warnings
This commit is contained in:
parent
90d6d6ae85
commit
caaa7c7c6b
8 changed files with 23 additions and 16 deletions
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
pkgs-stable,
|
||||
...
|
||||
}: {
|
||||
home-manager.users.jade = {pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
audacity
|
||||
|
@ -18,6 +22,7 @@
|
|||
openscad-unstable
|
||||
openscad-lsp
|
||||
|
||||
pkgs-stable.font-manager
|
||||
fontforge-gtk
|
||||
|
||||
onlyoffice-bin_latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue