nixos/README.md

15 lines
672 B
Markdown
Raw Normal View History

2024-04-17 08:35:18 -05:00
# sn(ixos)eexy
2024-04-17 09:33:44 -04:00
2024-04-17 15:43:14 -05:00
my custom nixos config !!! i am still new to nix as a whole so a lot of this is either pretty basic or messy
2024-04-21 12:11:50 -05:00
self reference:
2024-04-17 08:35:18 -05:00
2024-04-21 12:11:50 -05:00
use `git+https://git.gay/sneexy/nixos` when referring to this repo
2024-04-17 16:49:24 -05:00
2024-04-21 12:11:50 -05:00
if nix is bitching about random shit try doing `sudo nix-store --repair --verify --check-contents` in the same directory as the flakes n stuff
2024-04-17 16:49:24 -05:00
2024-04-17 08:35:18 -05:00
# resources
- [NixOS & Flakes Book](https://nixos-and-flakes.thiscute.world) - taught me how to nix
- [Nix Starter Config](https://github.com/Misterio77/nix-starter-configs) - sample dotfiles to base off of
- [chfour's nixos config](https://github.com/chfour/nixos) - dotfiles that taught me other interesting feats