69

What os? What ide? What plug-ins?

you are viewing a single comment's thread
view the rest of the comments
[-] hallettj@leminal.space 11 points 5 days ago* (last edited 5 days ago)
  • NixOS + Home Manager
  • Niri
  • Kitty
  • Neovim, via Neovide

For work it's Fedora + Home Manager because the remote admin software doesn't support NixOS. Thankfully I've been able to define my dev environment almost fully in a Home Manager config that I can use at work and at home.

I use lots of Neovim plugins. Beyond the basic LSP and completion plugins, some of my indispensables are:

  • Leap for in-buffer navigation & remote text copying
  • Oil for file management
  • Fugitive + Git Signs + gv.vim + diffview.nvim for git integration
  • nvim-surround to add/change/remove delimiters
  • vim-auto-save
  • kitty-scrollback
[-] jeena@piefed.jeena.net 2 points 5 days ago
[-] hallettj@leminal.space 7 points 5 days ago* (last edited 5 days ago)

Home Manager is a Nix tool for managing configuration for a single user, usually on a Linux or MacOS system, or possibly WSL. You configure installed programs, program configuration (such as dot files), and a number of other things, and you get a reproducible environment that's easy to apply to multiple machines, or to roll back configuration, etc. I find it helpful for having a clear record of how everything is set up. It's the sort of thing that people sometimes use GNU Stow or Ansible for, but it's much more powerful.

A Home Manager configuration is very similar to a NixOS configuration, except that NixOS configures the entire system instead of just configuring user level stuff. (The lines do blur in Nix because unlike traditional package managers where packages are installed at the system level, using Nix packages can be installed at the system, user, project, or shell session level.) Home Manager is often paired with NixOS. Or on Macs Home Manager is often paired with nix-darwin. As I mentioned, the Home Manager portion of my config is portable to OSes other than NixOS. In my case I'm sharing it in another Linux distro, but you can also use Home Manager to share configurations between Linux, MacOS, and WSL.

this post was submitted on 15 Dec 2025
69 points (98.6% liked)

Programming

23976 readers
74 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS