This commit is contained in:
2026-02-04 18:45:32 +01:00
parent 825bdfb69f
commit 6522f7ea0b
5 changed files with 159 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, antigravity-nix, ... }:
{
fonts.fontconfig.enable = true;
@@ -17,7 +17,6 @@
pkgs.wget
pkgs.unzip
pkgs.open-webui
pkgs.librechat
pkgs.feather
@@ -34,21 +33,27 @@
pkgs.eza
pkgs.bat
pkgs.ripgrep
pkgs.sqlitebrowser
pkgs.seahorse
pkgs.binutils
pkgs.gcc
# pkgs.scenebuilder
pkgs.scenebuilder
pkgs.nil
pkgs.zotero
pkgs.jabref
(pkgs.aspellWithDicts
(dicts: with dicts; [ de en en-computers ]))
(pkgs.aspellWithDicts (
dicts: with dicts; [
de
en
en-computers
]
))
antigravity-nix.packages.x86_64-linux.default
];
}