diff options
Diffstat (limited to 'accounts/gkleen@sif/xcompose.nix')
| -rw-r--r-- | accounts/gkleen@sif/xcompose.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/xcompose.nix b/accounts/gkleen@sif/xcompose.nix index 50dddacd..4eccd428 100644 --- a/accounts/gkleen@sif/xcompose.nix +++ b/accounts/gkleen@sif/xcompose.nix | |||
| @@ -3,7 +3,7 @@ let | |||
| 3 | runSed = path: sedScript: pkgs.runCommand (baseNameOf path) { buildInputs = [ pkgs.gnused ]; } "sed -r -f ${pkgs.writeText "script-file" sedScript} ${path} > $out"; | 3 | runSed = path: sedScript: pkgs.runCommand (baseNameOf path) { buildInputs = [ pkgs.gnused ]; } "sed -r -f ${pkgs.writeText "script-file" sedScript} ${path} > $out"; |
| 4 | in { | 4 | in { |
| 5 | config.home-manager.users.${userName}.home.file.".XCompose".text = '' | 5 | config.home-manager.users.${userName}.home.file.".XCompose".text = '' |
| 6 | include "${pkgs.xorg.libX11}/share/X11/locale/en_US.UTF-8/Compose" | 6 | include "${pkgs.libX11}/share/X11/locale/en_US.UTF-8/Compose" |
| 7 | include "${runSed "${pkgs.xcompose}/dotXCompose" '' | 7 | include "${runSed "${pkgs.xcompose}/dotXCompose" '' |
| 8 | /include "%L"/ s/^/# / | 8 | /include "%L"/ s/^/# / |
| 9 | ''}" | 9 | ''}" |
