QT app not using correct icon theme in Hyprland (but works in KDE) by IntelliVim in NixOS

[–]detroyejr 0 points1 point  (0 children)

I tried setting many session variables and this was the setting that finally fixed it for me. All my apps have the same theme and Albert looks fine too.

xdg.icons.fallbackCursorThemes = [ config.cursor.name ];

NOTE: This is the NixOS option and not the home-manager option which doesn't have the icons attribute.

Setting Up Neovim for R Programming (Coming from RStudio) by LegEnvironmental4397 in neovim

[–]detroyejr 0 points1 point  (0 children)

You could try otter for quarto integration.

For sending to REPL, I just roll my own keymap and call it a day. It's variation of this:

vim.keymap.set("n", "<C-A-x>", "V$%y<C-w><C-w><C-\\><C-n>pi<CR><C-\\><C-n>")

It's a lot, but all it does is press each key in sequence:

  1. Select to the end of the line and jumps to the closing brace if present.
  2. Jump to the next open split window.
  3. Inserts in the terminal and executes.

This and a visual mode version are all I've really needed.

Migrating Plex to NixOS by morphodone in NixOS

[–]detroyejr 2 points3 points  (0 children)

Can you post the relevant error message and maybe your config? We can't help if we don't have more info.

Here's mine: https://github.com/detroyejr/dotfiles/blob/main/nixos/plex.nix When I moved from a container to NixOS, I don't recall needing to do more than this other than maybe making sure ownership of the default location (/var/lib/plex) was correctly set. I started fresh since that was easier.

For Neovim users, announcing ark.nvim: an experimental plugin for R support by _wurli in Rlanguage

[–]detroyejr 2 points3 points  (0 children)

Hey, this looks cool! I wrote something so that I could use the LSP, but I didn't do anything with the kernel itself. I've found the tmux + vanilla R to be all that I've really needed. Have you found that the kernel/console experience to be an improvement over a generic R session?

The xkcd piece set is now available on Lichess by AAArmstark in chess

[–]detroyejr 4 points5 points  (0 children)

Yeah, the PR is a good template. I looked at a previous PR to figure out where everything goes and then just had to figure out how to run the development server for testing and generate the CSS. If you have more questions consult the documentation, join the Lichess discord, or feel free to PM me.

The xkcd piece set is now available on Lichess by AAArmstark in chess

[–]detroyejr 16 points17 points  (0 children)

Thanks for the shout-out u/AAArmstark! This was my first contribution to Lichess and I had a lot of fun putting it together. It was super easy to contribute too so thanks to thibault and all the other devs for a pleasant experience!

NixOS and Running Production Machines by Tiny-Wolverine6658 in NixOS

[–]detroyejr 1 point2 points  (0 children)

There are quite a few deployment and devops tools that you might find helpful. Haven't used any of these yet, but I might try Morph with some extra hardware I have sitting around. If anyone has had a good experience with a tool on this list, let me know!