26 lines
1 KiB
Markdown
26 lines
1 KiB
Markdown
# nixos-laptop
|
|
|
|
NixOS configuration for my personal laptop.
|
|
|
|
Currently contains config for three systems:
|
|
- **sue**: My current laptop, a Dell XPS 9315
|
|
- **x260**: My previous laptop, a Lenovo Thinkpad x260 which is broken
|
|
- **x201**: A Lenovo Thinkpad x201 which I have as a backup system
|
|
|
|
## Features
|
|
|
|
- Nixpkgs 24.05
|
|
- [Nix User Repository (NUR)](https://github.com/nix-community/NUR)
|
|
- Currently only used for Firefox Plugins
|
|
- [Home Manager](https://github.com/nix-community/home-manager)
|
|
- For managing the configuration for my user
|
|
- [sops-nix](https://github.com/Mic92/sops-nix)
|
|
- For secret management
|
|
- [nixos-hardware](https://github.com/NixOS/nixos-hardware)
|
|
- To add hardware-specific tweaks to NixOS for my laptop
|
|
- [stylix](https://stylix.danth.me/)
|
|
- Apply theming and styling to many programs
|
|
- [lanzaboote](https://github.com/nix-community/lanzaboote)
|
|
- Secure boot for NixOS
|
|
- [disko](https://github.com/nix-community/disko)
|
|
- Declarative disk partitioning and formatting; currently only used for my x201
|