BlinfoldKing / erdtree.nix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erdtree.nix

nixos distro/configuration for those who tired of reinstalling arch linux.

Usage

you can use the configuration entirely or pick whatever module you need on your os (even on non-nixos).
currently available modules:

Installation

Makefile

  1. install nixos, make sure your installation to include pkgs.git, and pkgs.gnumake.
  2. clone and cd into repo with recursive flag
   $ git clone https://github.com/BlinfoldKing/erdtree.nix.git ~/erdtree.nix --recursive
   $ cd ~/erdtree.nix
  1. run make update-channel
  2. edit the hardware-configuration.nix or replace it with your current hardware-configuration.nix
  3. edit user.config.nix based to your preferences
  4. run make rebuild
  5. restart your machine

Flake

TBA

Live ISO

TBA

Contributing

feel free to report bugs, ideas, and discussion on the issue tab.

About


Languages

Language:Nix 92.5%Language:Makefile 7.5%