From e68334179c19a19ff8f1505c7b354692958a8310 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sun, 10 Nov 2024 15:46:30 +0800 Subject: [PATCH] first commit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f75631e --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# My NixOS Flake Config +My attempt to have one repo and set of config files for both of my NixOS machines. + +My thoughts before is started this are [here](https://blog.arkadi.one/p/nixos-multiple-machine-flake/). + +``` +└── nixos-config +   ├── base.nix +   ├── bluenix +   │   ├── configuration.nix +   │   └── hardware-configuration.nix +   ├── flake.nix +   ├── fonts.nix +   ├── gnome.nix +   ├── greynix +   │   ├── configuration.nix +   │   └── hardware-configuration.nix +   ├── home.nix +   └── systemd.nix +```