# 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 ```