My NixOS Configs ❄️
Find a file
2024-02-29 15:16:22 -05:00
src added user symlink to root of repo 2024-02-29 15:16:22 -05:00
.gitignore finally got this pos to build 2023-06-06 19:13:17 -04:00
flake.lock WSL + more modularity 2024-01-30 01:51:12 -05:00
flake.nix v2 2024-02-28 15:45:10 -05:00
LICENSE unlicense 2023-03-22 10:30:50 -04:00
README.md Updated README and flake metadata 2024-01-30 10:56:58 -05:00
user.symlink.nix added user symlink to root of repo 2024-02-29 15:16:22 -05:00

My NixOS Configurations ❄️👨‍💻

My modular NixOS🔥

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! ❄️🔧💻❄️