summary refs log blame commit diff stats
path: root/Readme.md
blob: 8cf6611d4f58f1702da1125170035187c925e5aa (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                       
                                           
 
 
 





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