From 6466f66ff3cb18cd1a04ee3eb436d699c3373520 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 6 Feb 2023 00:58:03 -0700 Subject: [PATCH] Add Home Manager --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fd390a5..4ebdb3a 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ These files are for development such as Apache. - `lamp.nix` : This file is a WIP for LAMP setup. - `nginx.nix` : This file is a basic setup for Nginx. +## Home Manager file: (nix-configs/home) + +This file is for using with [Home Manager](https://nix-community.github.io/home-manager/index.html#sec-install-standalone). + + +- `home.nix` : This file is for settings for my user like Git name/email and other settings ### Screenshots ![GNOME Installation](Screenshots/nixos-gnome.png)