Events2Join

how best to integrate nix home|manager config and homebrew ...


how best to integrate nix home-manager config and homebrew ...

I have been using a standalone (i.e. no nix-darwin), flake-based, home-manager config on macOS for a while now, and love having a ...

Current guide to replacing brew with nix for idiots? I just want a ...

You can look on the use of nix profile. With this i installed most of my command line tools. This works like just a package manager.

Blog | From Homebrew to Home Manager - Luc Perkins

You can see my current Home Manager config in my lucperkins/nix-home-config repo on GitHub, which includes usage instructions in case you want ...

Nixing Homebrew: Streamlining package management on your ...

nix file again. There are two ways to go about it: Leverage home-manager and the nix language to the max, by putting the entire configuration ...

Setup nix, nix-darwin and home-manager from scratch on an M1 ...

# I found some good resources but they seem to do a bit too much (maybe from a time when there were more bugs). # So here's a minimal Gist which worked for me ...

How can I set up flake based home-manager config for both intel ...

I'm a returning newbie to Nix, trying to set up home-manager on two Macs as a brew replacement. Since I'm starting from scratch this time, ...

Setting up a development environment with Nix and Home Manager

I decided that I would have a go at using Nix as a package manager on an ordinary macOS machine, in much the same way as using homebrew to install software.

MacOS Nix Setup (an alternative to Homebrew) - Outer Haven

I recently got a new Macbook, and began setting up the Nix package manager to install my developer toolset. I mainly did this to try and ...

Tutorial: Getting started with Home Manager for Nix | Mattia Gheda

My opinion is that Home Manager provides a radically better way to manage a user's environment for both packages and dotfiles, ...

Package management on macOS with Nix-Darwin - Hacker News

The most useful setup pattern I can share for both nix-darwin and home-manager is to configure them to store their rc files next to the system files, and not ...

Tidying up your $HOME with Nix | juliu.is

... configuration files and install a list of packages via homebrew or apt. ... home -manager-files/.config/git/config. Our config file is read ...

Package management on macOS with nix-darwin - Davis Haupt

I think Nix is really cool. Nix the package manager and functional configuration language is most often associated with NixOS the Linux ...

My first steps with Nix on Mac OSX as Homebrew replacement - Posts

So I feel good about using this. Global Dev Setup. For installing tools globally, I've read about nix profiles, but I was unsure about how to ...

Declarative macOS Configuration Using nix-darwin And home ...

Nix/nixpkgs. Nix is a declarative functional programming language created as part of and for the Nix package manager. In Nix, packages are ...

Building a highly optimized home environment with Nix

Home Manager provided me with a qualitatively better way to do things. I liked it so much that I wrote about my journey from Homebrew to Home ...

Two Years of Using Nix and Home Manager - FBRS

I questioned whether the added complexity of Nix and HM was truly worth it. But without the integration between nix-direnv and my shell, ...

Declarative management of dotfiles with Nix and Home Manager

Getting started · Installing Home Manager · Using Home Manager to install packages · Using Home Manager to manage program configuration · Moving from Homebrew to ...

Homebrew installation manager for nix-darwin - GitHub

mutableTaps = false , taps can be removed by deleting the corresponding attribute in nix-homebrew.taps and activating the new configuration. B. Existing ...

Switching to nix-darwin and Flakes - Evan Travers

I then wrote nix-darwin and nixos config to drive home-manager, so that it's a top-down configuration. It took some mangling, but it feels ...

Reproducible macOS Configurations with Nix - Victor Pierre

This last command will create a flakes.nix file in your nix-darwin-config directory. This file is where you will define your system ...