wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 23:48:47 +01:00
parent 02ea1dfdd8
commit 66733518a3
2 changed files with 10 additions and 10 deletions

View file

@ -26,15 +26,15 @@
# Inline comments are supported for language injection into
# multi-line strings with Treesitter! (Depends on your editor)
extraCss = /*css */ ''
'';
# extraCss = /*css */ ''
# '';
extraConfigFiles."some-plugin.ron".text = ''
Config(
// for any other plugin
// this file will be put in ~/.config/anyrun/some-plugin.ron
// refer to docs of xdg.configFile for available options
)
'';
# extraConfigFiles."some-plugin.ron".text = ''
# Config(
# // for any other plugin
# // this file will be put in ~/.config/anyrun/some-plugin.ron
# // refer to docs of xdg.configFile for available options
# )
# '';
};
}