dotfiles VS dotfiles

Compare dotfiles vs dotfiles and see what are their differences.

dotfiles

My NixOS dotfiles for desktops and servers (by jordanisaacs)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
dotfiles dotfiles
6 4
113 69
- -
7.9 7.8
5 months ago 15 days ago
Nix Nix
MIT License BSD 3-clause "New" or "Revised" 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.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-18.
  • RedNixOS - NixOS-based 'distro' for cybersec
    2 projects | /r/NixOS | 18 Jul 2022
    Not sure about central but just search dotfiles, config, or flake on GitHub and filter by nix language. Most dotfiles are a sort of “distro” as nix let’s you configure everything from scratch in a central way. Eg my personal dotfiles are an abstracted layer of NixOS/home manager. This can be seen honestly in a lot of popular configs. Eg my WireGuard module turns high level options into automatic configs (see: module).
  • Nix and NixOS Get So Close to Perfect
    11 projects | news.ycombinator.com | 24 Apr 2022
    What’s powerful about nix is the language IMO. I was able to build an automatic WireGuard setup[1] with tagging that automatically works on each new machine thanks to the ability to do config as code. Just provide some basic config for each machine and the code turns it into an interface with peers.

    The issue to me isn’t the language persay (it’s really a tiny surface area language, see the built in/lib functions [2]) but the tooling built around packaging is a hodgepodge mess of semi-documented workarounds (with Nixpkgs blessed ways vs used libraries) and is extremely difficult to approach and understand.

    [1]: https://github.com/jordanisaacs/dotfiles

  • Confused about Git, gnome-keyring, and libsecret
    4 projects | /r/NixOS | 18 Nov 2021
    As a heads up setting up gnome-keyring is an adventure in and of itself when not using GNOME which from the sounds of it you are not. It took me a month of on and off trial and error to finally quash the last of its bugs. You can search around my dotfiles where I have it working but the solutions are all over the place (modules/system/gnome/default.nix, modules/users/graphical/shared.nix, and modules/users/graphical/wayland.nix).
  • Flake structure for multi system
    7 projects | /r/NixOS | 8 Nov 2021
    I’ll just add on, I use functions in my nix file to make configs (iso, home manager, nixos),: function folder. With this logic you can create basic other hosts. How they are used in used in flake.nix

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-02.

What are some alternatives?

When comparing dotfiles and dotfiles you can also consider the following projects:

nixos-configs - My NixOS and nix-darwin configs

cargo2nix - Granular caching, development shell, Nix & Rust integration

nixos-configs - My NixOS configs

RedNixOS - NixOS-based 'distro' for cybersecurity enthusiasts

veritas - @davidtwco's personal mono-repo - containing the declarative configuration of servers, desktops and laptops - including dotfiles; a collection of packages; a static site generator and source of "davidtw.co".

jdisaacs.com - My personal website

digga - A flake utility library to craft shell-, home-, and hosts- environments.

naersk - Build Rust projects in Nix - no configuration, no code generation, no IFD, sandbox friendly. [maintainer=@AxelSilverdew]

git-credential-bw-shell - A credential helper for Git that utiilzes the bw bitwarden command line interface

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

nixos-config - My Personal Nix/NixOS Configuration.