Aniket Bhattacharyea
Aniket Bhattacharyea
> I have the same problem. Some programs are easily moved using the keyboard shortcuts of KWin, some windows can be moved only in some cases (for example primary to...
@esjeon That's unfortunate! Thanks for the reply.
@DebChanda Thanks! IT works! Also, to mention. If you have disabled title bar, you can press Alt+F3 top get the menu.
For some reason, this stopped happening. I don't know what I did so I'm gonna close this.
Apparently this issue is back now.
@jboyens I'm also running into the same issue with `mkEnableTarget` missing. From my testing, modules that set `config.nixpkgs.overlays` are causing the breakage. These are the `nixos-icons` and `gnome` modules.
This is a regression by this commit: https://github.com/ms-jpq/coq_nvim/commit/78bd6e9ec4421b2e9d6d4f97eab172a5d50d28f6 What is happening here? 1. [This line](https://github.com/ms-jpq/coq_nvim/blob/c6f4505074674c5d7fdd3afbbd6164323fe20fd7/lua/coq.lua#L8) calculates the working directory of the script and [this line](https://github.com/ms-jpq/coq_nvim/blob/c6f4505074674c5d7fdd3afbbd6164323fe20fd7/lua/coq.lua#L83) sets the working directory of...
> I have the same problem but i'm using the unstable channel for neovim It's because `neovim-unwrapped` doesn't have that configuration. home-manager creates a wraed version of neovim from `neovim-unwrapped`...
I took a look at the `home-manager-aniket.service` which apparently finished successfully. I ran the `ExecStart` argument of that service ``` /nix/store/2r8796zkrhqjlszn5wi112ma3jg5wzdy-hm-setup-env /nix/store/jmzyxw6sc52vwr8av2m1j5w1nms9zqk1-home-manager-generation/ ``` And it worked! I tried multiple times...
@eloyesp That seems like what is created when you generate a scaffold. When you generate a controller, it seems to be using a [different format](https://github.com/rspec/rspec-rails/blob/56aed229410a8e7a30743d82b8770596fd8c125c/lib/generators/rspec/controller/controller_generator.rb#L19) ``` app/controllers/some_controller.rb => spec/requests/some_request_spec.rb ```