Initial commit

This commit is contained in:
Victor Mignot 2023-06-17 20:16:50 +02:00
commit 0bdc4376f7
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# Dala's NixOS flake config
This is my Nix flake configuration for all my machines.
To build it, you can just run
```bash
nixos-rebuild switch --flake sr.ht:~dala/nixos-flake-config#{machine_name}
```