mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
r
This commit is contained in:
parent
6a06793716
commit
3dd31d28f7
4 changed files with 14 additions and 24 deletions
32
README.md
32
README.md
|
|
@ -8,35 +8,25 @@ If you need a list of available packages and options:
|
|||
- [nixpkgs Options](https://search.nixos.org/options?) 🔍️
|
||||
- [home-manager Options](https://mipmip.github.io/home-manager-option-search/) ☕️
|
||||
|
||||
## 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⚡️
|
||||
- [Nix package manager](https://www.nixos.org/)❄️
|
||||
- [Nix 2.0 `flakes` enabled](https://nixos.wiki/wiki/Flakes#Enable_flakes_permanently_in_NixOS)⚡️
|
||||
- *optional*[home-manager installed](https://nix-community.github.io/home-manager/index.xhtml#sec-flakes-standalone)
|
||||
|
||||
Install by visiting [nixos.org](https://www.nixos.org/) or through your package manager🚀
|
||||
# End-Points Exposed ❄️🔧💻️❄️
|
||||
|
||||
### Enabling Flakes ❄️
|
||||
NixOS Configurations:
|
||||
- desktop
|
||||
- server
|
||||
- laptop (wip)
|
||||
- wsl
|
||||
|
||||
Unleash Nix💥
|
||||
|
||||
Add to your `nix.conf` or `configuration.nix`👇️
|
||||
```nix
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
};
|
||||
```
|
||||
|
||||
# Happy Nix Hacking! ❄️🔧💻️❄️
|
||||
Home-Manager Configurations:
|
||||
- workstation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue