My NixOS Configs ❄️
Find a file
2024-01-28 06:53:02 -05:00
homeConfig Big, might break stuff 2024-01-28 06:53:02 -05:00
sysConfig Big, might break stuff 2024-01-28 06:53:02 -05:00
user Big, might break stuff 2024-01-28 06:53:02 -05:00
.gitignore finally got this pos to build 2023-06-06 19:13:17 -04:00
flake.lock switch to stable branch 2024-01-24 23:16:51 -05:00
flake.nix Might break stuff 3 dubiousTree 2024-01-27 15:14:17 -05:00
LICENSE unlicense 2023-03-22 10:30:50 -04:00
README.md changes to nvim and readme 2023-06-09 17:12:05 -04:00

MyNix ❄️👨‍💻

My personal NixOS stash🔥

The sysConfig🖥️ directory contains subdirectories for each of my machines

In the homeConfig🏠 directory, you'll find various dotfiles and config files that make my home directory extra nixy

If you need a list of available packages and options:

Get Inspired 🌟

Ready to go down the Nix 🐇🕳️

Fork this repo and create your own NixOS config

Take inspiration💡, borrow ideas💭 and customize it to your 💖 content

⚠️ Be sure to tailor any settings related to my hardware and system to your own hardware⚠️

👉Run nixos-generate-config if you need a new hardware-configuration.nix

Requirements ⚙️

  • Nix package manager ❄️
  • Nix 2.0 flakes enabled

Install by visiting nixos.org or through your package manager🚀

Enabling Flakes ❄️

Unleash Nix💥

Add to your nix.conf or configuration.nix👇

nix = {
  package = pkgs.nixFlakes;
  extraOptions = "experimental-features = nix-command flakes";
};

Happy Nix Hacking! ❄️🔧💻❄️