mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02: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 = {
|
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"
|
||||||
|
@ -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
|
||||||
|
@ -13,7 +13,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
inherit musicDirectory;
|
inherit musicDirectory;
|
||||||
|
|
||||||
extraConfig = /* config */ ''
|
extraConfig = ''
|
||||||
auto_update "yes"
|
auto_update "yes"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user