Update alistreaza.nix

This commit is contained in:
2026-07-28 13:37:14 +02:00
parent b985fb589c
commit 31cb03e296
+2 -2
View File
@@ -1,4 +1,4 @@
{ import-tree, ... }: { pkgs, import-tree, ... }:
{ {
home-manager.users.alistreaza = { home-manager.users.alistreaza = {
@@ -33,7 +33,7 @@
targets.darwin.copyApps.enable = false; targets.darwin.copyApps.enable = false;
# Home packages # Home packages
home.packages = [ ]; home.packages = with pkgs; [];
# The state version is required and should stay at the version you # The state version is required and should stay at the version you
# originally installed. # originally installed.