and adapt setup to changes
This commit is contained in:
2026-05-31 08:35:22 +02:00
parent 7ed536d39a
commit 0a4a0737ff
12 changed files with 99 additions and 100 deletions

View File

@@ -1,5 +1,7 @@
{ pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [ zoom-us ];
}