first commit

This commit is contained in:
Elias Gasparis 2024-11-10 15:46:30 +08:00
commit e68334179c

20
README.md Normal file
View file

@ -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
```