chore: Clean up language specifiers

- Removed useless /* bash */ specifier
- Used new hyprlang specifier for Hyprland
- Removed or replaced old /* config */ specifiers
This commit is contained in:
Donovan Glover 2024-07-18 10:30:16 -04:00
parent 345dbe9ce5
commit 40c7b04a9a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ in
xdg.configFile = { xdg.configFile = {
"mozc/ibus_config.textproto" = { "mozc/ibus_config.textproto" = {
force = true; force = true;
text = /* config */ '' text = /* textproto */ ''
engines { engines {
name : "mozc-jp" name : "mozc-jp"
longname : "Mozc" longname : "Mozc"

View File

@ -268,7 +268,7 @@ in
]; ];
}; };
extraConfig = /* bash */ '' extraConfig = /* hyprlang */ ''
bind = CTRL, Alt_L, submap, passthrough bind = CTRL, Alt_L, submap, passthrough
submap = passthrough submap = passthrough
bind = CTRL, Alt_L, submap, reset bind = CTRL, Alt_L, submap, reset

View File

@ -13,7 +13,7 @@ in
enable = true; enable = true;
inherit musicDirectory; inherit musicDirectory;
extraConfig = /* config */ '' extraConfig = ''
auto_update "yes" auto_update "yes"
''; '';
}; };

View File

@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation {
dontUnpack = true; dontUnpack = true;
postInstall = /* bash */ '' postInstall = ''
mkdir -p $out/share/thumbnailers mkdir -p $out/share/thumbnailers
echo "[Thumbnailer Entry]" >> $out/share/thumbnailers/webp.thumbnailer echo "[Thumbnailer Entry]" >> $out/share/thumbnailers/webp.thumbnailer