summary refs log tree commit diff stats
path: root/Readme.md
blob: 8cf6611d4f58f1702da1125170035187c925e5aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
```