nixed VS home-manager

Compare nixed vs home-manager and see what are their differences.

nixed

I've nixed any chance I have at human interaction by building this config (by water-sucks)

home-manager

Manage a user environment using Nix [maintainer=@rycee] [Moved to: https://github.com/nix-community/home-manager] (by rycee)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nixed home-manager
4 4
57 1,753
- -
9.5 9.1
3 days ago over 3 years ago
Nix Nix
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nixed

Posts with mentions or reviews of nixed. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-29.
  • duck.nvim - A duck that waddles around your code.
    2 projects | /r/neovim | 29 Nov 2022
    Check them out here if you want a look.
  • Looking for dotfiles repo examples
    9 projects | /r/NixOS | 8 Nov 2022
    I don’t like digga myself, but you can check out some of my earlier revisions of my configuration when I was using it. This is the repo.
  • NixOS and Neovim plugins
    3 projects | /r/NixOS | 24 Oct 2022
    Check out my Neovim configuration; I think I’ve found a pretty good way of managing all my plugins, LSP servers, and Treesitter parsers declaratively so I don’t have to pull binaries using mason or the provided Treesitter commands.
  • Best way to manage multiple home manager configs for both NixOS and non-NixOS systems using flakes?
    8 projects | /r/NixOS | 2 Oct 2022
    Inside of your common home.nix file, you can use functions like lib.mkIf and/or lib.mkMerge to conditionally import other files/modules or define options based on the system using attributes like pkgs.stdenv.isLinux; I do this pretty extensively in my own home-manager configurations, check out my kitty configuration for an example. I’m on my phone so I can’t really write any code without it taking a long time, also Reddit formatting sucks.

home-manager

Posts with mentions or reviews of home-manager. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-22.
  • [Help] Home-manager service?
    2 projects | /r/NixOS | 22 Apr 2023
    I really am at lost rn, foud this github issue tried the solution and it didn't work.
  • NixOS and Neovim plugins
    3 projects | /r/NixOS | 24 Oct 2022
  • Flakes, nixos and home-configuration help
    2 projects | /r/NixOS | 7 May 2022
    { config, pkgs, ... }: { imports = [ (import "${builtins.fetchTarball https://github.com/rycee/home-manager/archive/master.tar.gz}/nixos") ]; users.users = { jdoe = { isNormalUser = true; initialPassword = "1234"; extraGroups = [ "wheel" ]; }; }; home-manager.useUserPackages = true; home-manager.users.jdoe = { home.stateVersion = "21.11"; programs.home-manager.enable = true; programs.git.userName = "John"; programs.git.userEmail = "Doe"; programs.zsh.zplug = { enable = true; plugins = [ { name = "zsh-users/zsh-autosuggestions"; } { name = "romkatv/powerlevel10k"; tags = [ as:theme depth:1 ]; } { name = "ohmyzsh/ohmyzsh oh-my-zsh"; } { name = "ajeetdsouza/zoxide"; } { name = "marlonrichert/zsh-autocomplete"; } { name = "marlonrichert/zsh-edit"; } { name = "zsh-users/zsh-autosuggestions"; } { name = "ptavares/zsh-exa"; } { name = "zsh-users/zsh-syntax-highlighting"; } { name = "mbenford/zsh-tmux-auto-title"; } { name = "zsh-users/zsh-history-substring-search"; } ]; }; services.gpg-agent = { enable = true; defaultCacheTtl = 1800; enableSshSupport = true; }; }; }
  • How do I do declarative package management using nix package manager on Debian?
    2 projects | /r/NixOS | 6 Jan 2021
    There are multiple ways of managing declarative profiles. 1) Attrset, compatible with imperative use of nix-env https://git.io/fAQHW ; 2) buildEnv, providing more control over the paths that are linked into the profile https://git.io/fp0aU ; 3) home-manager, providing nixos-like config for your ~ https://github.com/rycee/home-manager

What are some alternatives?

When comparing nixed and home-manager you can also consider the following projects:

nix-starter-configs - Simple and documented config templates to help you get started with NixOS + home-manager + flakes. All the boilerplate you need!

nixos-flake-example - This is a demo NixOS config, with optional flakes support. Along with notes on why flakes is useful and worth adopting.

nixos-config - Configuration of my machines (main development happens at https://git.chvp.be/chvp/nixos-config these days)

nixpkgs-wayland - Automated, pre-built packages for Wayland (sway/wlroots) tools for NixOS. [maintainers=@colemickens, @Artturin]

nixos - My NixOS configuration.

rust-nix-template - Rust project template with Nix (Flakes) and VSCode support

dotfiles - dotfiles

impermanence - Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]

nixos-vscode-server - Visual Studio Code Server support in NixOS

gitignore.nix - Nix functions for filtering local git sources

Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]

nix-config - my nix config files