From d9cc1ac084e5a4aa4b671cbaf7234b14b06216cc Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 18 May 2023 19:26:49 -0400 Subject: [PATCH] Update README --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37e10d15..e525eef8 100644 --- a/README.md +++ b/README.md @@ -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