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