mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
My NixOS Configs ❄️
| src | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
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
flakesenabled⚡️
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";
};