mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
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:
parent
345dbe9ce5
commit
40c7b04a9a
@ -93,7 +93,7 @@ in
|
||||
xdg.configFile = {
|
||||
"mozc/ibus_config.textproto" = {
|
||||
force = true;
|
||||
text = /* config */ ''
|
||||
text = /* textproto */ ''
|
||||
engines {
|
||||
name : "mozc-jp"
|
||||
longname : "Mozc"
|
||||
|
@ -268,7 +268,7 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
extraConfig = /* bash */ ''
|
||||
extraConfig = /* hyprlang */ ''
|
||||
bind = CTRL, Alt_L, submap, passthrough
|
||||
submap = passthrough
|
||||
bind = CTRL, Alt_L, submap, reset
|
||||
|
@ -13,7 +13,7 @@ in
|
||||
enable = true;
|
||||
inherit musicDirectory;
|
||||
|
||||
extraConfig = /* config */ ''
|
||||
extraConfig = ''
|
||||
auto_update "yes"
|
||||
'';
|
||||
};
|
||||
|
@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation {
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
postInstall = /* bash */ ''
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/thumbnailers
|
||||
|
||||
echo "[Thumbnailer Entry]" >> $out/share/thumbnailers/webp.thumbnailer
|
||||
|
Loading…
Reference in New Issue
Block a user