Update README

This commit is contained in:
Donovan Glover 2023-05-18 19:26:49 -04:00
parent 724e4374a8
commit d9cc1ac084
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,15 +1,24 @@
# dotfiles
# nix-config
My [NixOS](https://nixos.org/) setup with [Nix Flakes](https://nixos.wiki/wiki/Flakes), [Home Manager](https://nix-community.github.io/home-manager/), and [Stylix](https://danth.github.io/stylix/), running [Hyprland](https://hyprland.org/).
My [NixOS](https://nixos.org/) config with [Nix Flakes](https://nixos.wiki/wiki/Flakes), [Home Manager](https://nix-community.github.io/home-manager/), [Stylix](https://danth.github.io/stylix/), and [Hyprland](https://hyprland.org/).
## Goals
- Clean, readable code that can easily be modified to add/remove things as needed.
- A reasonably secure development environment isolated from personal files.
## Structure
- `./applications/` - GUI applications
- `./common/` - Common configs
- `./desktop/` - Hyprland config
- `./dev/` - Dev stuff
- `./host/` - Host-specific config
- `./terminal/` - Terminal programs
## Usage
```
```fish
git clone https://github.com/donovanglover/dotfiles && cd dotfiles
nixos-rebuild buildvm --flake .
./result/bin/run-*-vm