Modification de la configuration Darwin
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -56,7 +56,6 @@
|
||||
StageManagerHideWidgets = true;
|
||||
# Desktop
|
||||
StandardHideWidgets = true;
|
||||
StandardHideDesktopIcons = true;
|
||||
EnableStandardClickToShowDesktop = false;
|
||||
};
|
||||
menuExtraClock.IsAnalog = false;
|
||||
|
||||
Reference in New Issue
Block a user