dodanie konfiguracji dla laptopa

This commit is contained in:
installer
2025-09-27 14:33:36 +02:00
parent 866d17e902
commit 8d12aec202
4 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# audacity
];
}