mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-27 14:25:31 +02:00
1777b976e96677b601e17b418f703acd88f2c279
Because of how easy it is to create and run virtual machines in NixOS, the use of containers is not necessary. Virtual machines additionally outperform containers when it comes to graphical tasks, and allow for the usage of a variety of GUI applications separate from the host.
dotfiles
My NixOS setup with Nix Flakes, Home Manager, and Stylix, running 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.
Usage
git clone https://github.com/donovanglover/dotfiles && cd dotfiles
nixos-rebuild buildvm --flake .
./result/bin/run-*-vm
Login
- Username: user
- Password: user
Languages
Nix
100%