diff options
Diffstat (limited to 'modules/hosts')
-rw-r--r-- | modules/hosts/X230/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hosts/X230/configuration.nix b/modules/hosts/X230/configuration.nix index 385b383..9a8e6b4 100644 --- a/modules/hosts/X230/configuration.nix +++ b/modules/hosts/X230/configuration.nix @@ -7,6 +7,7 @@ # Enable extra software pkgs software.desktop = { crypto.enable = true; + graphics.enable = true; office.enable = true; }; |