From 12cdfaeeef6934972400dd0245862220a8c16d15 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Wed, 1 Apr 2026 17:03:25 +0100 Subject: [PATCH] Initial commit --- .gitignore | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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..edaca9c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Nomarchy + +NixOS based distribution with Omarchy flavour \ No newline at end of file