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 = {
|
media = {
|
||||||
gimp.enable = true;
|
gimp.enable = true;
|
||||||
resolve.enable = true;
|
# this is broken
|
||||||
|
#resolve.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{ outputs, options, config, lib, pkgs, ...}:
|
{ outputs, options, config, lib, pkgs, ...}:
|
||||||
with lib;
|
with lib;
|
||||||
|
# lmao this is broken
|
||||||
let
|
let
|
||||||
cfg = config.modules.desktop.media.resolve;
|
cfg = config.modules.desktop.media.resolve;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue