resolve wont work
This commit is contained in:
parent
3bc7f0d169
commit
717a6c5215
2 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,8 @@
|
|||
};
|
||||
media = {
|
||||
gimp.enable = true;
|
||||
resolve.enable = true;
|
||||
# this is broken
|
||||
#resolve.enable = true;
|
||||
};
|
||||
};
|
||||
hardware = {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ outputs, options, config, lib, pkgs, ...}:
|
||||
with lib;
|
||||
# lmao this is broken
|
||||
let
|
||||
cfg = config.modules.desktop.media.resolve;
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue