flameshot-once: fix _file in profile module
This commit is contained in:
parent
3e5ec99203
commit
d7ca88168c
|
@ -29,7 +29,7 @@ let
|
||||||
|
|
||||||
eval = evalModules {
|
eval = evalModules {
|
||||||
modules = singleton {
|
modules = singleton {
|
||||||
_file = toString ./config.nix;
|
_file = toString ./profile.nix;
|
||||||
imports = singleton config;
|
imports = singleton config;
|
||||||
options = {
|
options = {
|
||||||
buttons = mkOption {
|
buttons = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue