Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndom91/nix-config
❄️ Personal NixOS Configs
https://github.com/ndom91/nix-config
dotfiles nix nix-flakes nixos
Last synced: 3 days ago
JSON representation
❄️ Personal NixOS Configs
- Host: GitHub
- URL: https://github.com/ndom91/nix-config
- Owner: ndom91
- License: mit
- Created: 2024-02-26T14:48:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T22:37:10.000Z (5 days ago)
- Last Synced: 2025-01-10T23:46:29.501Z (5 days ago)
- Topics: dotfiles, nix, nix-flakes, nixos
- Language: Nix
- Homepage:
- Size: 22.2 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NixOS Configs
## 🏗️Overview
This repository started off with my preexisting [dotfiles](https://github.com/ndom91/dotfiles) and I've since migrated almost all of that to declarative nix configuration files which you can find here!
![](./dotfiles/screenshot.png)
## 🖥️ Hosts
| Hostname | Motherboard | CPU | RAM | GPU | Role | OS | State |
| :---------: | :----------------------: | :--------------------: | :---: | :-----------------: | :--: | :-: | :---: |
| `ndo4` | [MSI B550 Gaming] | [AMD Ryzen 5 5600X] | 32GB | [AMD Radeon 5600XT] | 🖥️ | ❄️ | ✅ |
| `ndo-gb` | [Thinkpad X1 Carbon 12G] | [Intel Ultra 7 155U] | 32GB | [Intel Xe] | 💻️ | ❄️ | ✅ |
| `ndo2` | [Huawei Matebook X Pro] | [Intel i5 8250U] | 16GB | [Intel UHD 620] | 💻️ | ❄️ | ✅ |## 📂 Directories
- `flake.nix` - Entrypoint
- `hosts/*` - Host specific configurations
- `modules/home-manager` - User applications, configuration, and packages
- `modules/nixos` - System-wide modules and configuration
- `packages` - Custom packages
- `dotfiles/*` - Various other files, not yet migrated to Nix, like `nvim`## ☑️ Post Install
- [ ] Copy over SSH Keys
- [ ] Signin to 1Password
- [ ] Signin to Browser Sync (Vivaldi / Mozilla)
- [ ] Signin to Tailscale## 🧑🏫 Inspiration
- [Wimpy's nix-config](https://github.com/wimpysworld/nix-config)
- [fufexan's dotfiles](https://github.com/fufexan/dotfiles)
- [piyoki nixos-config](https://github.com/piyoki/nixos-config)## 📝 License
MIT
[MSI B550 Gaming]: https://www.msi.com/Motherboard/MPG-B550-GAMING-EDGE-WIFI
[Thinkpad X1 Carbon 12G]: https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpadx1/thinkpad-x1-carbon-gen-12-(14-inch-intel)/len101t0083
[Huawei Matebook X Pro]: https://consumer.huawei.com/en/laptops/matebook-x-pro-ultra-premium-edition/[AMD Ryzen 5 5600X]: https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-5-5600x.html
[Intel Ultra 7 155U]: https://ark.intel.com/content/www/de/de/ark/products/237327/intel-core-ultra-7-processor-155u-12m-cache-up-to-4-80-ghz.html
[Intel i5 8250U]: https://ark.intel.com/content/www/de/de/ark/products/124967/intel-core-i5-8250u-processor-6m-cache-up-to-3-40-ghz.html[AMD Radeon 5600XT]: https://www.amd.com/en/products/specifications/compare/graphics/9021,9026
[Intel Xe]: https://www.intel.de/content/www/de/de/support/products/211012/graphics/processor-graphics/intel-iris-xe-graphics-family.html
[Intel UHD 620]: https://www.intel.de/content/www/de/de/support/products/126789/graphics/processor-graphics/intel-uhd-graphics-family/intel-uhd-graphics-620.html