My NixOS Configs ❄️
Find a file
2023-06-08 15:59:37 -04:00
homeConfig added the terminal 2023-06-08 15:26:08 -04:00
sysConfig Updates before merge 2023-06-08 10:50:52 -04:00
terminal Fixed 2023-06-08 15:59:37 -04:00
.gitignore finally got this pos to build 2023-06-06 19:13:17 -04:00
flake.lock updated flake 2023-06-08 09:08:31 -04:00
flake.nix Fixed 2023-06-08 15:59:37 -04:00
LICENSE unlicense 2023-03-22 10:30:50 -04:00
README.md Fixed 2023-06-08 15:59:37 -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

terminal contains a config with my IDE📝 and configs by calling nix build against this flake.

If you need a list of available Nix packages and options:

Get Inspired 🌟

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 ⚙️

Get ready to go down the Nix 🐇🕳️, make sure you have the following:

  • Nix package manager ❄️
  • Nix 2.0 flakes enabled

Install Nix by visiting the NixOS website or by using your package manager🚀

Enabling Flakes ❄️

Unlock the full power of Nix, add the following line to your Nix configuration:

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

Happy Nix Hacking! ❄️🔧💻❄️