mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 05:12:56 -05:00
README: remove references to pacifidlog and handhelds
This commit is contained in:
parent
f1ec685d11
commit
f84543f1ba
|
@ -1,6 +1,6 @@
|
||||||
# nixcfg
|
# nixcfg
|
||||||
|
|
||||||
My comprehensive NixOS flake for managing my laptop, desktop, gaming handheld, and home lab environments.
|
My comprehensive NixOS flake for managing my laptop, desktop, and home lab environments.
|
||||||
|
|
||||||
![](./_img/rosepinemoon.png)
|
![](./_img/rosepinemoon.png)
|
||||||
![](./_img/rosepinedawn.png)
|
![](./_img/rosepinedawn.png)
|
||||||
|
@ -8,7 +8,6 @@ My comprehensive NixOS flake for managing my laptop, desktop, gaming handheld, a
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Hyprland:** Dynamic tiling Wayland compositor and window manager.
|
- **Hyprland:** Dynamic tiling Wayland compositor and window manager.
|
||||||
- **SteamOS UI:** Steam Big Picture Mode + gaming optimizations for Lenovo Legion Go.
|
|
||||||
- **Stylix:** Auto-gnerated base16 themes for the whole desktop.
|
- **Stylix:** Auto-gnerated base16 themes for the whole desktop.
|
||||||
- **Encryption:** Encrypted boot drives with Secure Boot and LUKS with TPM decryption.
|
- **Encryption:** Encrypted boot drives with Secure Boot and LUKS with TPM decryption.
|
||||||
- **Home Lab:** Media, file sharing, and more, split between two PCs with efficient routing via reverse proxy.
|
- **Home Lab:** Media, file sharing, and more, split between two PCs with efficient routing via reverse proxy.
|
||||||
|
@ -22,7 +21,6 @@ This flake takes a variety of upstream and third party flakes as inputs:
|
||||||
- [home-manager](https://github.com/nix-community/home-manager): declarative dotfile and user package management.
|
- [home-manager](https://github.com/nix-community/home-manager): declarative dotfile and user package management.
|
||||||
- [hyprland](https://github.com/hyprwm/Hyprland): great dynamic tiling wayland compositor.
|
- [hyprland](https://github.com/hyprwm/Hyprland): great dynamic tiling wayland compositor.
|
||||||
- [iio-hyprland](https://github.com/JeanSchoeller/iio-hyprland): autorotate daemon for Hyprland.
|
- [iio-hyprland](https://github.com/JeanSchoeller/iio-hyprland): autorotate daemon for Hyprland.
|
||||||
- [jovian](https://github.com/Jovian-Experiments/Jovian-NixOS): steam deck UI + optimizations.
|
|
||||||
- [lanzaboote](https://github.com/nix-community/lanzaboote): secure boot for NixOS.
|
- [lanzaboote](https://github.com/nix-community/lanzaboote): secure boot for NixOS.
|
||||||
- [nur](https://github.com/nix-community/NUR): extra packages from the nix user repository.
|
- [nur](https://github.com/nix-community/NUR): extra packages from the nix user repository.
|
||||||
- [stylix](https://github.com/danth/stylix): system-wide color schemes and typography.
|
- [stylix](https://github.com/danth/stylix): system-wide color schemes and typography.
|
||||||
|
|
Loading…
Reference in a new issue