aboutsummaryrefslogtreecommitdiff
path: root/profiles/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-09 09:03:40 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-09 09:33:48 -0700
commit11ec444ec77ec913d0aff34b19a58bb0308904f7 (patch)
tree3ab50a3a0dd3b6516ba485cf0349c6fca888befc /profiles/default.nix
parentref(sane): move sane's configuration to correct place (diff)
downloadinfra-11ec444ec77ec913d0aff34b19a58bb0308904f7.tar.gz
ref(multimedia): move multimedia modules to hosts
Consume the modules related to multimedia applications at the host level, instead of having a level of indirection with a profile. Change-Id: I567f0e01cbfe591beaa2e9086e33434402a4a002 Reviewed-on: https://cl.fcuny.net/c/world/+/292 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 df86fe6..059b945 100644
--- a/profiles/default.nix
+++ b/profiles/default.nix
@@ -1 +1 @@
-{ ... }: { imports = [ ./gtk ./trusted ./wm ./desktop ./multimedia ]; }
+{ ... }: { imports = [ ./gtk ./trusted ./wm ./desktop ]; }