Modification de la configuration Darwin

This commit is contained in:
2026-06-14 12:54:58 +02:00
parent 1f6e685639
commit 5fbdbe4d3e
2 changed files with 3 additions and 2 deletions
+3 -1
View File
@@ -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;
-1
View File
@@ -56,7 +56,6 @@
StageManagerHideWidgets = true;
# Desktop
StandardHideWidgets = true;
StandardHideDesktopIcons = true;
EnableStandardClickToShowDesktop = false;
};
menuExtraClock.IsAnalog = false;