about summary refs log tree commit diff
path: root/profiles/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-09 09:07:54 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-09 09:34:07 -0700
commit246326c215cec7a047b506b9bd13149f65bca658 (patch)
tree010032f6259f92ea087b5a2964287a46346fedee /profiles/default.nix
parentref(multimedia): move multimedia modules to hosts (diff)
downloadworld-246326c215cec7a047b506b9bd13149f65bca658.tar.gz
ref(trusted): consume modules within host's configuration
Remove the trusted profiles, the modules are installed directly within
the host configuration.

Change-Id: I0566fb359803da16bdd3a38e2901deac477fb078
Reviewed-on: https://cl.fcuny.net/c/world/+/293
Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'profiles/default.nix')
-rw-r--r--profiles/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default.nix b/profiles/default.nix
index 059b945..1dcb283 100644
--- a/profiles/default.nix
+++ b/profiles/default.nix
@@ -1 +1 @@
-{ ... }: { imports = [ ./gtk ./trusted ./wm ./desktop ]; }
+{ ... }: { imports = [ ./gtk ./wm ./desktop ]; }