diff --git a/packages/vim-typewriter.nix b/packages/vim-typewriter.nix index 9eb6067..97aaf37 100644 --- a/packages/vim-typewriter.nix +++ b/packages/vim-typewriter.nix @@ -55,5 +55,5 @@ in writers.writeDashBin "vim-typewriter" '' # tell the window manager to fullscreen the nvim window ${wmctrl}/bin/wmctrl -r :ACTIVE: -b add,fullscreen - ${vim-typewriter}/bin/nvim "$@ + ${vim-typewriter}/bin/nvim "$@" ''