small changes

This commit is contained in:
2026-08-05 11:57:07 +03:00
parent c9b15dea59
commit 38948e0462
3 changed files with 9 additions and 17 deletions
-12
View File
@@ -1,12 +0,0 @@
{
config,
lib,
pkgs,
xlib,
...
}:
{
environment.systemPackages = [
pkgs.aichat
];
}