Category:Desktop environment/zh-cn: Difference between revisions

Created page with "{{file|/etc/nixos/configuration.nix|nix|<nowiki> services.xserver.enable = true; services.xserver.displayManager.gdm.enable = true; services.xserver.desktopManager.gnome.enable = true; </nowiki>}}"
Created page with "更改 <code>desktopManager</code> 和 <code>displayManager</code> 选项应该足以选择一个不同的桌面环境 应用配置并重引导系统后,你就可以使用新环境了。一些环境要求组件选项配置, 因为NixOS的工作方式,在实验不同桌面环境的各种工具和依赖关系时,系统不会变得臃肿: 桌面环境的默认应用程序只有在该桌面环境处于活动状态时,或者当你从其他桌面环境手动安装程..."
Line 10: Line 10:
</nowiki>}}
</nowiki>}}


<div lang="en" dir="ltr" class="mw-content-ltr">
更改 <code>desktopManager</code> <code>displayManager</code> 选项应该足以选择一个不同的桌面环境 应用配置并重引导系统后,你就可以使用新环境了。一些环境要求组件选项配置, 因为NixOS的工作方式,在实验不同桌面环境的各种工具和依赖关系时,系统不会变得臃肿: 桌面环境的默认应用程序只有在该桌面环境处于活动状态时,或者当你从其他桌面环境手动安装程序时才会出现。
Changing the <code>desktopManager</code> and <code>displayManager</code> options should be enough to select a different desktop environment. Applying the configuration and rebooting the system should greet you to your new environment. Only some desktop environments require additional configuration options. Because of how NixOS works, the system will not become bloated when experimenting with different desktop environments by their various tools and dependencies: The default applications of a desktop environment are only here when said desktop environment is active, or when you manually install programs from another desktop environment.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">