diff options
Diffstat (limited to 'hosts/aptos/profile.nix')
-rw-r--r-- | hosts/aptos/profile.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix index d1272c3..a7f81f1 100644 --- a/hosts/aptos/profile.nix +++ b/hosts/aptos/profile.nix @@ -3,5 +3,7 @@ # Laptop specific configuration laptop.enable = true; desktop.enable = true; + multimedia.enable = true; + trusted.enable = true; }; } |