os/pkgs/mu.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
152 B
Nix
Raw Normal View History

2023-01-28 20:49:10 +00:00
self:
with self; ''
2021-05-30 19:10:28 +00:00
exec ${alacritty}/bin/alacritty --class mu_vimpc --option dimensions.columns=120 --option dimensions.lines=80 -e vimpc -- "$@"
''