Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 596 Bytes

File metadata and controls

18 lines (12 loc) · 596 Bytes

nixos-btw

Home Screen

My NixOS config. It probably won't work on your machine out of the box, but feel free to look through it and steal whatever seems useful. That's honestly why I'm making it public.

If you end up using something, a star would be cool. No pressure though.

git clone https://github.com/vyrx-dev/nix-config && cd nix-config
# edit hardware-configuration.nix, hostnames, and display outputs first
sudo nixos-rebuild switch --flake .

Warning

Never put passwords or API tokens in Nix files. The Nix store is world-readable.

good luck.