about summary refs log tree commit diff
path: root/hosts/aptos/profile.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos/profile.nix')
-rw-r--r--hosts/aptos/profile.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix
index 3195d52..f3f5d4e 100644
--- a/hosts/aptos/profile.nix
+++ b/hosts/aptos/profile.nix
@@ -1,7 +1,4 @@
 { ... }: {
 
-  my.profiles = {
-    desktop.enable = true;
-    trusted.enable = true;
-  };
+  my.profiles = { desktop.enable = true; };
 }