nix-config VS nixos-dotfiles

Compare nix-config vs nixos-dotfiles and see what are their differences.

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
nix-config nixos-dotfiles
2 3
142 8
- -
10.0 8.6
3 days ago about 1 month ago
Nix Lua
BSD 3-clause "New" or "Revised" License 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.

nix-config

Posts with mentions or reviews of nix-config. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-02.
  • FYI: I installed emacs29 with native compilation on android
    7 projects | /r/emacs | 2 May 2022
    If you are interested, here's my nix config https://github.com/bbigras/nix-config/blob/0cd62099f3b7cd85aeb918b20dd905fd551425b4/hosts/pixel6/default.nix . Basically, I'm building my config with GitHub actions (and qemu for aarch64), I'm sharing nix files for my phone and other computers and I'm pushing it with deploy-rs from my desktop to my phone with ssh (so I don't have to build anything on the phone).
  • Importing home manager module for NUR with nix flakes
    2 projects | /r/NixOS | 7 Dec 2021
    I found a solution here that works. nurNoPkgs is defined as nurNoPkgs = import inputs.nur { pkgs = null; nurpkgs = pkgs; }; The emacs-init module is imported in the same file as home-manager.users.bbigras = { imports = [ ../../users/bbigras/trusted nurNoPkgs.repos.rycee.hmModules.emacs-init ]; }; I have both of these in my flake.nix and it all works!

nixos-dotfiles

Posts with mentions or reviews of nixos-dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-04.
  • Interested in NixOS, have some questions
    3 projects | /r/NixOS | 4 Apr 2023
    UPDATE: I successfully migrated (shamelessly copied) my configuration.nix and hardware-configuration.nix into flake.nix. Thanks a lot once more! Now I trully have just one and one only file that defines my whole system, just the way I wanted. One more example that deffinitely reassured me how it should be done is here. Cheers!
  • Importing home manager module for NUR with nix flakes
    2 projects | /r/NixOS | 7 Dec 2021
    I found a solution here that works. nurNoPkgs is defined as nurNoPkgs = import inputs.nur { pkgs = null; nurpkgs = pkgs; }; The emacs-init module is imported in the same file as home-manager.users.bbigras = { imports = [ ../../users/bbigras/trusted nurNoPkgs.repos.rycee.hmModules.emacs-init ]; }; I have both of these in my flake.nix and it all works!
  • Flakes solution to hardware-configuration.nix
    1 project | /r/NixOS | 6 Nov 2021
    Here's a link to my current dotfiles in case that helps.

What are some alternatives?

When comparing nix-config and nixos-dotfiles you can also consider the following projects:

nix-on-droid - Nix-enabled environment for your Android device.

btpi - Testing Bluetooth on a Raspberry Pi 4B

nix-config - :space_invader: NixOS configuration

nixos - My NixOS Configurations

system - My system configuration