Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update readme

cosmeak 98b2fc80 372836c8

+7 -5
+7 -5
README.md
··· 4 4 5 5 This configuration is under constant construction so some things may be remove or add accordings to my needs but i want to keep all even if it's not used anymore. 6 6 7 + This repository follow the KISS principle at this moment, but feel free to propose improvement and to help me understand better how nix work. 8 + 7 9 > [!CAUTION] 8 10 > This configuration is make for my purpose, you can take inspiration and some configuration but do not expect it to work on your side.๐Ÿ™‚ 11 + > 9 12 > Any damage caused by this configuration is not my responsibility. Use at your own risk. 10 13 11 14 ## โœจ๏ธ - Features ··· 50 53 51 54 ``` 52 55 . 53 - โ”œโ”€โ”€ homes # User home configuration (Not Home manager, just sim) 54 - โ”‚ โ””โ”€โ”€ cosmeak # Personal folders for dotfiles 56 + โ”œโ”€โ”€ homes # User home configuration 57 + โ”‚ โ”œโ”€โ”€ user@common # Shared dotfiles between user configuration 58 + โ”‚ โ””โ”€โ”€ user@host # Personal folders for dotfiles 55 59 โ”œโ”€โ”€ hosts # Host-specific configuration 56 - โ”‚ โ”œโ”€โ”€ njord # MacOS development laptop 57 - โ”‚ โ”œโ”€โ”€ loki # Nixos gaming desktop 58 - โ”‚ โ””โ”€โ”€ hvedrung # FreeBSD (only for testing purpose of nixbsd) 59 60 โ””โ”€โ”€ modules # macOS and nix-darwin, NixOS, and shared configuration 60 61 โ”œโ”€โ”€ shared # Shared modules across all platforms 61 62 โ”œโ”€โ”€ nixos # Nixos modules ··· 70 71 - [elythh](https://github.com/elythh/flake) 71 72 - [Flakes book](https://nixos-and-flakes.thiscute.world/) 72 73 - [Nix Language](https://nix.dev/) 74 + - [Nix Tour](https://nixcloud.io/tour/?id=introduction/nix) 73 75 - [chenglab](https://github.com/eh8/chenglab/blob/main/modules/macos/base.nix)