commit e68334179c19a19ff8f1505c7b354692958a8310 Author: tootbrute Date: Sun Nov 10 15:46:30 2024 +0800 first commit 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 +```