mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
Updated README and flake metadata
This commit is contained in:
parent
429fbc0d63
commit
4b511573d4
2 changed files with 2 additions and 9 deletions
|
|
@ -2,12 +2,6 @@
|
||||||
|
|
||||||
My modular NixOS🔥
|
My modular NixOS🔥
|
||||||
|
|
||||||
The `user` directory is where you can customize user configurations, the system is configured to grab all attributes defined in here.
|
|
||||||
|
|
||||||
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:
|
If you need a list of available packages and options:
|
||||||
|
|
||||||
- [nixpkgs Packages](https://search.nixos.org/packages) 📦️
|
- [nixpkgs Packages](https://search.nixos.org/packages) 📦️
|
||||||
|
|
@ -35,10 +29,9 @@ Install by visiting [nixos.org](https://www.nixos.org/) or through your package
|
||||||
|
|
||||||
### Enabling Flakes ❄️
|
### Enabling Flakes ❄️
|
||||||
|
|
||||||
Unleash Nix💥
|
Unleash Nix💥
|
||||||
|
|
||||||
Add to your `nix.conf` or `configuration.nix`👇️
|
Add to your `nix.conf` or `configuration.nix`👇️
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixFlakes;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "Fully Declarative YOLO";
|
description = "Nix Flake Configurations for Bryan";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue