commit d612a7a8179be70aa8b3414454f8886c665c929b Author: aaron Date: Sat Nov 15 17:52:28 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3cb44c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# ---> Nix +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +# Ignore automatically generated direnv output +.direnv + diff --git a/README.md b/README.md new file mode 100644 index 0000000..b40f706 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# nixconfig + +personal nixos configuration files \ No newline at end of file