blob: 8cf6611d4f58f1702da1125170035187c925e5aa (
plain) (
tree)
|
|
# Configuration Files for NixOS
This is my system configuration, targeting workstations.
It's intended to be private while not containing sensitive information.
To use, clone this Repository `/etc/nixos`:
Adding a new File is as simple as
```bash
echo '{ config, pkgs, ... }:
{
}' > yourNewFile.nix
```
|