nixos-greynix/README.md
2024-11-10 15:46:30 +08:00

20 lines
622 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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