Modification de la configuration Darwin
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ import-tree, ... }:
|
{ pkgs, import-tree, ... }:
|
||||||
{
|
{
|
||||||
home-manager.users.alistreaza = {
|
home-manager.users.alistreaza = {
|
||||||
|
|
||||||
@@ -31,6 +31,8 @@
|
|||||||
home.env.rust.enable = true;
|
home.env.rust.enable = true;
|
||||||
home.env.python.enable = true;
|
home.env.python.enable = true;
|
||||||
|
|
||||||
|
home.packages = with pkgs; [];
|
||||||
|
|
||||||
# No Home Application Folders
|
# No Home Application Folders
|
||||||
targets.darwin.linkApps.enable = false;
|
targets.darwin.linkApps.enable = false;
|
||||||
targets.darwin.copyApps.enable = false;
|
targets.darwin.copyApps.enable = false;
|
||||||
|
|||||||
@@ -56,7 +56,6 @@
|
|||||||
StageManagerHideWidgets = true;
|
StageManagerHideWidgets = true;
|
||||||
# Desktop
|
# Desktop
|
||||||
StandardHideWidgets = true;
|
StandardHideWidgets = true;
|
||||||
StandardHideDesktopIcons = true;
|
|
||||||
EnableStandardClickToShowDesktop = false;
|
EnableStandardClickToShowDesktop = false;
|
||||||
};
|
};
|
||||||
menuExtraClock.IsAnalog = false;
|
menuExtraClock.IsAnalog = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user