mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 17:11:56 -05:00
update README with new screenshots and install details
This commit is contained in:
parent
1c04af0471
commit
8205cd7e0c
10
README.md
10
README.md
|
@ -1,16 +1,14 @@
|
|||
# nixcfg
|
||||
NixOS flake for all of mine + my husband's hosts. Modules for Hyprland (with options for tablet optimizations), Sway, GNOME, and a variety of Home Lab services running on a mix of nix-native and OCI containers. Uses home-manager for managing dotfiles and disko for automatically partioning drives.
|
||||
NixOS flake for all mine + my husband's hosts, including modules for Hyprland, Sway, GNOME, and a variety of Home lab services running on a mix of nix-native and OCI containers. Built with [agenix](https://github.com/ryantm/agenix) for managing secrets, [disko](https://github.com/nix-community/disko) for automatically partioning drives, and [home-manager](https://github.com/nix-community/home-manager) for managing dotfiles and home configuration.
|
||||
|
||||
## Rice
|
||||
### Sway
|
||||
![](./_img/sway.png)
|
||||
### Sway Tablet Mode
|
||||
![](./_img/sway-tablet.png)
|
||||
![](./_img/hyprland.png)
|
||||
|
||||
## Deploying to NixOS
|
||||
> :red_circle: **Do not deploy this flake unmodified to your machine. It won't work.**
|
||||
> This is my own [NixOS](https://nixos.org/) and [home-manager](https://github.com/nix-community/home-manager) flake for my personal devices.
|
||||
> Each hardware-configuration is host-specific. If you fork this repository, replace them with the hardware-configuration.nix that NixOS generates for you.
|
||||
> Each hardware configuration is host-specific. If you fork this repository, add a host configuration for your own hardware.
|
||||
> Secrets are encrypted with [agenix](https://github.com/ryantm/agenix) and will not be available without the private decryption keys.
|
||||
|
||||
### Enabling Flakes
|
||||
While widely used and considered stable, [flakes](https://nixos.wiki/wiki/Flakes) are still considered experimental. To enable Flakes, add the following lines to your `configuration.nix` and rebuild.
|
||||
|
|
BIN
_img/hyprland.png
Normal file
BIN
_img/hyprland.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 MiB |
Binary file not shown.
Before Width: | Height: | Size: 7.4 MiB |
BIN
_img/sway.png
BIN
_img/sway.png
Binary file not shown.
Before Width: | Height: | Size: 3.4 MiB |
Loading…
Reference in a new issue