mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-18 23:30:44 +02:00
Update README
This commit is contained in:
parent
724e4374a8
commit
d9cc1ac084
15
README.md
15
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
|
||||
|
Loading…
Reference in New Issue
Block a user