forked from extern/nix-config
08d3f0f8111a27810ce63de9082706021d3ca3c6
swww has some advantages like webp support (something that was rejected for swaybg due to the feature not existing in a library they were using). Additionally, it's convenient to only have to worry about one swww instance instead of multiple swaybg instances.
nix-config
My NixOS config with Nix Flakes, Home Manager, Stylix, and Hyprland.
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
git clone https://github.com/donovanglover/dotfiles && cd dotfiles
nixos-rebuild buildvm --flake .
./result/bin/run-*-vm
Login
- Username: user
- Password: user
Description
Languages
Nix
98.8%
TypeScript
1.2%