diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-06-09 09:03:40 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-06-09 09:33:48 -0700 |
| commit | 11ec444ec77ec913d0aff34b19a58bb0308904f7 (patch) | |
| tree | 3ab50a3a0dd3b6516ba485cf0349c6fca888befc /profiles/default.nix | |
| parent | ref(sane): move sane's configuration to correct place (diff) | |
| download | infra-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.nix | 2 |
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 ]; } |
