Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
`just` installed in a project also doesn't have working completions.
https://github.com/nix-community/home-manager/issues/2898
https://github.com/samhh/dotfiles/commit/aa7fbeb37b7f6aaee216fc59f9327ce4813da964
Found a promising wallpaper daemon, blocked: https://github.com/danyspin97/wpaperd/issues/7
For now: https://github.com/samhh/dotfiles/commit/029867d6f52268f089baa5e15e2b7e1f2e91bb84 & https://github.com/samhh/dotfiles/commit/7ad7f6d7225db208976f8d49cb9f0a8bad4b0e04
Simple and elegant! https://github.com/samhh/dotfiles/commit/32b35f14cddeae55278948f49d15f7b732d81275
May consider going back to rofi via [this Wayland fork](https://github.com/lbonn/rofi).
[tofi](https://github.com/philj56/tofi/) looks promising. Here's a derivation: ```nix { fetchurl, pkgs, stdenv }: stdenv.mkDerivation rec { pname = "tofi"; # No release yet contains fuzzy matching. version = "aaccdaa155a82bc7a98e4f82fc24415d6dd4e4db"; src =...
https://github.com/samhh/dotfiles/commit/b0d6561e4e9c15d9ab4fa5d99391c8a4a17cc933
Can/should this be configured per-project via Nix? Not sure how comfortably that can interoperate with my nvim config.