From 5fbdbe4d3ed986caf1f58cb9cbac4ea66b4c7429 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Sun, 14 Jun 2026 12:52:51 +0200 Subject: [PATCH] Modification de la configuration Darwin --- hosts/darwin/home/users/alistreaza.nix | 4 +++- hosts/darwin/system/partials/system.nix | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/darwin/home/users/alistreaza.nix b/hosts/darwin/home/users/alistreaza.nix index e4f494b..33c04e9 100644 --- a/hosts/darwin/home/users/alistreaza.nix +++ b/hosts/darwin/home/users/alistreaza.nix @@ -1,4 +1,4 @@ -{ import-tree, ... }: +{ pkgs, import-tree, ... }: { home-manager.users.alistreaza = { @@ -31,6 +31,8 @@ home.env.rust.enable = true; home.env.python.enable = true; + home.packages = with pkgs; []; + # No Home Application Folders targets.darwin.linkApps.enable = false; targets.darwin.copyApps.enable = false; diff --git a/hosts/darwin/system/partials/system.nix b/hosts/darwin/system/partials/system.nix index 176943a..24338e4 100644 --- a/hosts/darwin/system/partials/system.nix +++ b/hosts/darwin/system/partials/system.nix @@ -56,7 +56,6 @@ StageManagerHideWidgets = true; # Desktop StandardHideWidgets = true; - StandardHideDesktopIcons = true; EnableStandardClickToShowDesktop = false; }; menuExtraClock.IsAnalog = false;