We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c61eca commit 641b4faCopy full SHA for 641b4fa
1 file changed
modules/btop/module.nix
@@ -17,7 +17,7 @@
17
};
18
19
config.flags = {
20
- "--config" = toString config."btop.conf".path;
+ "--config" = "${config."btop.conf".path}";
21
22
23
config.package = config.pkgs.btop;
0 commit comments